Loading ChangeLog.0_9_7-stable_not-in-head +0 −9 Original line number Diff line number Diff line Loading @@ -1068,15 +1068,6 @@ be added to the end of this file. The use of "exp" as a variable name in a prototype causes a conflict with FC2 headers. 2004-11-13 14:52 steve Changed: crypto/evp/e_old.c (1.1.2.2), "Exp", lines: +1 -1 PR: 959 Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c 2004-11-27 13:55 steve Changed: Loading crypto/evp/e_old.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
ChangeLog.0_9_7-stable_not-in-head +0 −9 Original line number Diff line number Diff line Loading @@ -1068,15 +1068,6 @@ be added to the end of this file. The use of "exp" as a variable name in a prototype causes a conflict with FC2 headers. 2004-11-13 14:52 steve Changed: crypto/evp/e_old.c (1.1.2.2), "Exp", lines: +1 -1 PR: 959 Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c 2004-11-27 13:55 steve Changed: Loading
crypto/evp/e_old.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading