OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1130-gf314dae
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Apr 2011 10:34:38 -0700 (PDT)
The following commit has been merged in the master branch:
commit f314dae7fdd06d80bd8d0f333fd8ace36708d28a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Apr 26 15:48:32 2011 -0400
Irix: Add a simple osi_ReadRandom implementation
Add an implementation of osi_ReadRandom for Irix, which just panics
(Irix has no source of cryptographically safe entropy in the kernel).
Whilst hcrypto requires an implementation of osi_ReadRandom, nothing
in the current kernel module will cause it to be called, so this
panic should never be reached.
Change-Id: I7aa52f445182f8e660586241304a7379770afcaa
Reviewed-on: http://gerrit.openafs.org/4575
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chaz Chandler <clc31@inbox.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/IRIX/osi_crypto.c | 35 +++++++++++++++++++++++++++++++++++
src/libafs/MakefileProto.IRIX.in | 1 +
2 files changed, 36 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository