From 575d92b96cdd13b6935e7b5183f90a6d357d5b15 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Tue, 17 Jul 2012 17:12:51 +0100 Subject: [PATCH 1/1] 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 --- src/crypto/hcrypto/libafshcrypto.map | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/hcrypto/libafshcrypto.map b/src/crypto/hcrypto/libafshcrypto.map index 00ab894..e3a038a 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: *; -- 1.9.4