From: Ben Kaduk Date: Mon, 8 Jul 2013 15:39:52 +0000 (-0400) Subject: Export RAND_bytes from hcrypto on Windows X-Git-Tag: upstream/1.8.0_pre1^2~1099 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b45846692e2bc419e8d7027fd6b2c4f78296a29;p=packages%2Fo%2Fopenafs.git Export RAND_bytes from hcrypto on Windows Unix already did so, and we need it for the rfc3961 library. Change-Id: I75401b49a5a2078056360be8f1963d789581c8ed Reviewed-on: http://gerrit.openafs.org/10052 Reviewed-by: Jeffrey Altman Tested-by: BuildBot --- diff --git a/src/crypto/hcrypto/afshcrypto.def b/src/crypto/hcrypto/afshcrypto.def index 1c41e5296..43d5de77f 100644 --- a/src/crypto/hcrypto/afshcrypto.def +++ b/src/crypto/hcrypto/afshcrypto.def @@ -39,3 +39,4 @@ EXPORTS hc_RAND_file_name @38 hc_RAND_add @39 hc_RAND_write_file @40 + hc_RAND_bytes @41