Remove OPENSSL_NO_DEPRECATED from e_old.c

This commit is contained in:
Theo Buehler 2023-04-25 17:51:11 -06:00
parent 3f4235529b
commit 9f3b1b5a1a

18
patches/e_old.c.patch Normal file
View File

@ -0,0 +1,18 @@
--- 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 <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_DEPRECATED
-
#include <openssl/evp.h>
/* Define some deprecated functions, so older programs
@@ -154,6 +152,4 @@
{
return EVP_aes_256_cfb128();
}
-#endif
-
#endif