summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:17:04 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:17:04 +0000
commit44deca977d7bca6e959bedf2c02b69f7f0c036d9 (patch)
tree1101cb049eac46bf02181670fdbd48544c913259 /crypto/bf
parent536b73e78e5f0d5d81644742591d7e58ed5ddc07 (diff)
downloadopenssl-new-44deca977d7bca6e959bedf2c02b69f7f0c036d9.tar.gz
Make sure we get the definition of OPENSSL_NO_BF.
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/bftest.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
#include "../e_os.h"