PR: 959
Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
This commit is contained in:
parent
ffec31f1ac
commit
ced27cc681
@ -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(); }
|
const EVP_CIPHER *EVP_rc2_cfb(void) { return EVP_rc2_cfb64(); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_CAST5
|
#ifndef OPENSSL_NO_CAST
|
||||||
#undef EVP_cast5_cfb
|
#undef EVP_cast5_cfb
|
||||||
const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }
|
const EVP_CIPHER *EVP_cast5_cfb(void) { return EVP_cast5_cfb64(); }
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user