Export RAND_bytes from hcrypto on Windows

Unix already did so, and we need it for the rfc3961 library.

Reviewed-on: http://gerrit.openafs.org/10052
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 1b45846692)

Change-Id: Iaa5fbe9bcd969ea235537341b7ec98d4b661d61a
Reviewed-on: http://gerrit.openafs.org/10063
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Ben Kaduk 2013-07-08 11:39:52 -04:00 committed by Jeffrey Altman
parent 1235431e13
commit f8089e6a33

View File

@ -39,3 +39,4 @@ EXPORTS
hc_RAND_file_name @38
hc_RAND_add @39
hc_RAND_write_file @40
hc_RAND_bytes @41