diff options
-rw-r--r-- | patches/e_old.c.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/e_old.c.patch b/patches/e_old.c.patch deleted file mode 100644 index 031b955..0000000 --- a/patches/e_old.c.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | --- crypto/evp/e_old.c.orig Tue Apr 25 17:46:52 2023 | ||
2 | +++ crypto/evp/e_old.c Tue Apr 25 17:47:08 2023 | ||
3 | @@ -58,8 +58,6 @@ | ||
4 | |||
5 | #include <openssl/opensslconf.h> | ||
6 | |||
7 | -#ifndef OPENSSL_NO_DEPRECATED | ||
8 | - | ||
9 | #include <openssl/evp.h> | ||
10 | |||
11 | /* Define some deprecated functions, so older programs | ||
12 | @@ -154,6 +152,4 @@ | ||
13 | { | ||
14 | return EVP_aes_256_cfb128(); | ||
15 | } | ||
16 | -#endif | ||
17 | - | ||
18 | #endif | ||