mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
hcrypto: Export hc_RAND_bytes
Export the RAND_bytes function from hcrypto, so that we can have access to hcrypto's random number generator from generic code. Change-Id: Ie46bdf0b7818b10f0311ae3029c27a15382ffd7a Reviewed-on: http://gerrit.openafs.org/7975 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
2758aa7171
commit
575d92b96c
@ -21,6 +21,7 @@
|
||||
hc_MD5_Final;
|
||||
hc_MD5_Init;
|
||||
hc_MD5_Update;
|
||||
hc_RAND_bytes;
|
||||
hc_UI_UTIL_read_pw_string;
|
||||
local:
|
||||
*;
|
||||
|
Loading…
Reference in New Issue
Block a user