diff --git a/patches/e_old.c.patch b/patches/e_old.c.patch new file mode 100644 index 0000000..031b955 --- /dev/null +++ b/patches/e_old.c.patch @@ -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 + +-#ifndef OPENSSL_NO_DEPRECATED +- + #include + + /* Define some deprecated functions, so older programs +@@ -154,6 +152,4 @@ + { + return EVP_aes_256_cfb128(); + } +-#endif +- + #endif