aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cfb_bf.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 11:56:15 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 11:56:15 +0000
commitb5929507e3aa8f359f272148609348d1f2433bf7 (patch)
treeb70112d1a493a772d2dcadd9c1d84e79017b0bcb /crypto/evp/e_cfb_bf.c
parent61f217eec2c1947dec04d3211516fe4f851e4c81 (diff)
downloadopenssl-b5929507e3aa8f359f272148609348d1f2433bf7.tar.gz
Update NO_* macros.
Diffstat (limited to 'crypto/evp/e_cfb_bf.c')
-rw-r--r--crypto/evp/e_cfb_bf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/e_cfb_bf.c b/crypto/evp/e_cfb_bf.c
index 0fb4d7fc32..63e1e624ea 100644
--- a/crypto/evp/e_cfb_bf.c
+++ b/crypto/evp/e_cfb_bf.c
@@ -56,8 +56,7 @@
* [including the GNU Public Licence.]
*/
-#ifndef NO_BLOWFISH
-
+#ifndef NO_BF
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>