Loading crypto/evp/e_old.c +6 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ * */ #ifdef OPENSSL_NO_DEPRECATED static void *dummy = &dummy; #else #include <openssl/evp.h> /* Define some deprecated functions, so older programs Loading Loading @@ -106,3 +110,5 @@ const EVP_CIPHER *EVP_aes_192_cfb(void) { return EVP_aes_192_cfb128(); } #undef EVP_aes_256_cfb const EVP_CIPHER *EVP_aes_256_cfb(void) { return EVP_aes_256_cfb128(); } #endif #endif Loading
crypto/evp/e_old.c +6 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ * */ #ifdef OPENSSL_NO_DEPRECATED static void *dummy = &dummy; #else #include <openssl/evp.h> /* Define some deprecated functions, so older programs Loading Loading @@ -106,3 +110,5 @@ const EVP_CIPHER *EVP_aes_192_cfb(void) { return EVP_aes_192_cfb128(); } #undef EVP_aes_256_cfb const EVP_CIPHER *EVP_aes_256_cfb(void) { return EVP_aes_256_cfb128(); } #endif #endif