summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_bf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_bf.c')
-rw-r--r--crypto/evp/e_bf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index 72047f64da..00b069f02c 100644
--- a/crypto/evp/e_bf.c
+++ b/crypto/evp/e_bf.c
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#ifndef NO_BF
+#ifndef OPENSSL_NO_BF
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>