From: Richard Levitte Date: Thu, 20 Mar 2003 23:17:04 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_BF. X-Git-Tag: BEN_FIPS_TEST_1~38^2~236 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=44deca977d7bca6e959bedf2c02b69f7f0c036d9 Make sure we get the definition of OPENSSL_NO_BF. --- 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"