hcrypto: Export hc_RAND_bytes
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 17 Jul 2012 16:12:51 +0000 (17:12 +0100)
committerDerrick Brashear <shadow@dementix.org>
Tue, 14 Aug 2012 15:08:14 +0000 (08:08 -0700)
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>

src/crypto/hcrypto/libafshcrypto.map

index 00ab894..e3a038a 100644 (file)
@@ -21,6 +21,7 @@
        hc_MD5_Final;
        hc_MD5_Init;
        hc_MD5_Update;
+       hc_RAND_bytes;
        hc_UI_UTIL_read_pw_string;
     local:
        *;