From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:16 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_BF. X-Git-Tag: BEN_FIPS_TEST_1~38^2~217 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abf21308d28dc1de4b533bdecae6a7bd4143ab6c;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_BF. --- diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c index e74337567b..cc224e5363 100644 --- a/crypto/evp/e_bf.c +++ b/crypto/evp/e_bf.c @@ -56,9 +56,9 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_BF #include #include "cryptlib.h" +#ifndef OPENSSL_NO_BF #include #include "evp_locl.h" #include