aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-25 17:51:11 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-25 17:51:50 -0600
commit9f3b1b5a1af6d3b4688a370aa7bedf7aec6d2164 (patch)
tree4fe592a8b3211219071512356bcd348b47290a17
parent3f4235529b03804b7a3eeabc63086066ed24e221 (diff)
downloadportable-9f3b1b5a1af6d3b4688a370aa7bedf7aec6d2164.tar.gz
portable-9f3b1b5a1af6d3b4688a370aa7bedf7aec6d2164.tar.bz2
portable-9f3b1b5a1af6d3b4688a370aa7bedf7aec6d2164.zip
Remove OPENSSL_NO_DEPRECATED from e_old.c
-rw-r--r--patches/e_old.c.patch18
1 files changed, 18 insertions, 0 deletions
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 @@
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