summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_old.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-04-25 23:09:00 +0000
committerBodo Möller <bodo@openssl.org>2005-04-25 23:09:00 +0000
commit2e7245f5a3c1ebd9eb88c364fadf5b9344606324 (patch)
treeb53d7aa6a993cdbdef0a7d88a5482031805ecc6b /crypto/evp/e_old.c
parentf76b062e16cb813f1cd020b7256df4fe964d745e (diff)
Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
PR: 959
Diffstat (limited to 'crypto/evp/e_old.c')
-rw-r--r--crypto/evp/e_old.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c
index aac83baf66..1642af4869 100644
--- a/crypto/evp/e_old.c
+++ b/crypto/evp/e_old.c
@@ -98,7 +98,7 @@ const EVP_CIPHER *EVP_rc2_cfb(void);
const EVP_CIPHER *EVP_rc2_cfb(void) { return EVP_rc2_cfb64(); }
#endif
-#ifndef OPENSSL_NO_CAST5
+#ifndef OPENSSL_NO_CAST
#undef EVP_cast5_cfb
const EVP_CIPHER *EVP_cast5_cfb(void);
const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }