From: Dr. Stephen Henson Date: Thu, 22 Mar 2007 13:42:05 +0000 (+0000) Subject: Add missing #ifdef X-Git-Tag: FIPS_098_TEST_1~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c69dcd9f56aff3b077a563bf9c46b23979854f1;p=oweals%2Fopenssl.git Add missing #ifdef --- 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