summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/rand/randtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/rand/randtest.c b/src/regress/lib/libcrypto/rand/randtest.c
index 8317746642..7217c14c64 100644
--- a/src/regress/lib/libcrypto/rand/randtest.c
+++ b/src/regress/lib/libcrypto/rand/randtest.c
@@ -58,6 +58,8 @@
58 58
59#include <stdio.h> 59#include <stdio.h>
60#include <stdlib.h> 60#include <stdlib.h>
61
62#undef LIBRESSL_INTERNAL /* Needed to get RAND_pseudo_bytes(). */
61#include <openssl/rand.h> 63#include <openssl/rand.h>
62 64
63/* some FIPS 140-1 random number test */ 65/* some FIPS 140-1 random number test */