X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fe_old.c;h=1642af4869d05dbec93914cb0114cbdda216f649;hb=0d263d2acf54d92fb2026813bc4b2969b64de94a;hp=aac83baf6646f5efade1127213bb4a738998d0de;hpb=b5855b2f32d7fb89937093459230b6252cdf400b;p=oweals%2Fopenssl.git 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(); }