summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 23:12:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 23:12:04 +0000
commit06b433acade4732a7f647faace14dfd6950ac49c (patch)
tree95d88f468a08bed0895ad80d86650bc4753c83d8 /crypto/rand/rand_win.c
parent14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (diff)
Add FIPS support to the WIN32 build system.
Diffstat (limited to 'crypto/rand/rand_win.c')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index 5d134e186b..07ab4eb8df 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -109,6 +109,8 @@
*
*/
+#define OPENSSL_FIPSAPI
+
#include "cryptlib.h"
#include <openssl/rand.h>
#include "rand_lcl.h"