From 6c69dcd9f56aff3b077a563bf9c46b23979854f1 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Mar 2007 13:42:05 +0000 Subject: [PATCH] Add missing #ifdef --- fips-1.0/rand/fips_rand.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fips-1.0/rand/fips_rand.c b/fips-1.0/rand/fips_rand.c index d9a130f76a..d0930242ef 100644 --- a/fips-1.0/rand/fips_rand.c +++ b/fips-1.0/rand/fips_rand.c @@ -77,6 +77,8 @@ #endif #include +#ifdef OPENSSL_FIPS + void *OPENSSL_stderr(void); #define AES_BLOCK_LENGTH 16 @@ -366,3 +368,5 @@ const RAND_METHOD *FIPS_rand_method(void) { return &rand_fips_meth; } + +#endif -- 2.25.1