From 44deca977d7bca6e959bedf2c02b69f7f0c036d9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:17:04 +0000 Subject: [PATCH 1/1] Make sure we get the definition of OPENSSL_NO_BF. --- crypto/bf/bftest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bf/bftest.c b/crypto/bf/bftest.c index 24d526b14b..14bc4d7c8b 100644 --- a/crypto/bf/bftest.c +++ b/crypto/bf/bftest.c @@ -62,6 +62,7 @@ #include #include #include +#include /* To see if OPENSSL_NO_BF is defined */ #include "../e_os.h" -- 2.34.1