Make sure we get the definition of OPENSSL_NO_BF.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:17:04 +0000 (23:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:17:04 +0000 (23:17 +0000)
crypto/bf/bftest.c

index 24d526b14bdb94163e31b44fdae4bbcdca736ccd..14bc4d7c8b440845556c08ccaf04532e6ebdc2d8 100644 (file)
@@ -62,6 +62,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
 
 #include "../e_os.h"