From 5746ae595318fcc502641bd37fd223911482aa77 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 22 Oct 2014 14:03:41 +0000 Subject: #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. --- src/regress/lib/libcrypto/rand/randtest.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ #include #include + +#undef LIBRESSL_INTERNAL /* Needed to get RAND_pseudo_bytes(). */ #include /* some FIPS 140-1 random number test */ -- cgit v1.2.3-55-g6feb