From ced27cc681fdf89416a23e9e78a574fdb2445ffd Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 13 Nov 2004 13:52:34 +0000 Subject: [PATCH] PR: 959 Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c --- crypto/evp/e_old.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c index 4f217368bd..92dc498945 100644 --- a/crypto/evp/e_old.c +++ b/crypto/evp/e_old.c @@ -88,7 +88,7 @@ const EVP_CIPHER *EVP_idea_cfb(void) { return EVP_idea_cfb64(); } 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) { return EVP_cast5_cfb64(); } #endif -- 2.40.0