From abf21308d28dc1de4b533bdecae6a7bd4143ab6c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:28:16 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_BF. --- crypto/evp/e_bf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab