From: Simon Wilkinson Date: Tue, 17 Jul 2012 16:12:51 +0000 (+0100) Subject: hcrypto: Export hc_RAND_bytes X-Git-Tag: upstream/1.8.0_pre1^2~2094 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=575d92b96cdd13b6935e7b5183f90a6d357d5b15;p=packages%2Fo%2Fopenafs.git 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 Reviewed-by: Derrick Brashear --- diff --git a/src/crypto/hcrypto/libafshcrypto.map b/src/crypto/hcrypto/libafshcrypto.map index 00ab89426..e3a038a8f 100644 --- a/src/crypto/hcrypto/libafshcrypto.map +++ b/src/crypto/hcrypto/libafshcrypto.map @@ -21,6 +21,7 @@ hc_MD5_Final; hc_MD5_Init; hc_MD5_Update; + hc_RAND_bytes; hc_UI_UTIL_read_pw_string; local: *;