--- crypto/evp/e_old.c.orig Tue Apr 25 17:46:52 2023 +++ crypto/evp/e_old.c Tue Apr 25 17:47:08 2023 @@ -58,8 +58,6 @@ #include -#ifndef OPENSSL_NO_DEPRECATED - #include /* Define some deprecated functions, so older programs @@ -154,6 +152,4 @@ { return EVP_aes_256_cfb128(); } -#endif - #endif