summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"