diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-26 03:02:14 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-26 03:02:14 -0600 |
commit | aa7c104b1ad5ba612fa71defb6b97395dc0dc55b (patch) | |
tree | b11e10470b46e4e1525b3a873fab28cdd56568a8 /patches | |
parent | 6007185dc0865600abed916fa477cdb658bb287d (diff) | |
download | portable-aa7c104b1ad5ba612fa71defb6b97395dc0dc55b.tar.gz portable-aa7c104b1ad5ba612fa71defb6b97395dc0dc55b.tar.bz2 portable-aa7c104b1ad5ba612fa71defb6b97395dc0dc55b.zip |
patching a non-existent file doesn't work so well...
Diffstat (limited to 'patches')
-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 | ||