Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
[openssl.git] / crypto / evp / e_old.c
index aac83baf6646f5efade1127213bb4a738998d0de..1642af4869d05dbec93914cb0114cbdda216f649 100644 (file)
@@ -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(); }