Export RAND_bytes from hcrypto on Windows
authorBen Kaduk <kaduk@mit.edu>
Mon, 8 Jul 2013 15:39:52 +0000 (11:39 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 9 Jul 2013 04:26:47 +0000 (21:26 -0700)
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 <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>

src/crypto/hcrypto/afshcrypto.def

index 1c41e52..43d5de7 100644 (file)
@@ -39,3 +39,4 @@ EXPORTS
        hc_RAND_file_name                       @38
        hc_RAND_add                             @39
        hc_RAND_write_file                      @40
+       hc_RAND_bytes                           @41