aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-24 04:47:27 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-24 04:47:27 -0600
commit3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3 (patch)
tree361d50f043591dac24dd47110d19acde96c3b2da /patches
parentbc2f9954b5bfea08de763d5a1e12e77ee97907fe (diff)
downloadportable-3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3.tar.gz
portable-3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3.tar.bz2
portable-3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3.zip
Regen patches
Diffstat (limited to 'patches')
-rw-r--r--patches/libcrypto.hidden.patch2
-rw-r--r--patches/openssl.c.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/patches/libcrypto.hidden.patch b/patches/libcrypto.hidden.patch
index a00a3dd..f29ce83 100644
--- a/patches/libcrypto.hidden.patch
+++ b/patches/libcrypto.hidden.patch
@@ -102,7 +102,7 @@ diff -u openbsd/src/lib/libcrypto/hidden/openssl/x509v3.h crypto/hidden/openssl/
102+#endif 102+#endif
103 #include "crypto_namespace.h" 103 #include "crypto_namespace.h"
104 104
105 LCRYPTO_USED(PROXY_POLICY_new); 105 LCRYPTO_USED(BASIC_CONSTRAINTS_new);
106diff -u openbsd/src/lib/libcrypto/hidden/openssl/x509_vfy.h crypto/hidden/openssl/x509_vfy.h 106diff -u openbsd/src/lib/libcrypto/hidden/openssl/x509_vfy.h crypto/hidden/openssl/x509_vfy.h
107--- openbsd/src/lib/libcrypto/hidden/openssl/x509_vfy.h 2023-03-15 11:41:37.735995100 -0600 107--- openbsd/src/lib/libcrypto/hidden/openssl/x509_vfy.h 2023-03-15 11:41:37.735995100 -0600
108+++ crypto/hidden/openssl/x509_vfy.h 2023-03-15 16:49:29.300450300 -0600 108+++ crypto/hidden/openssl/x509_vfy.h 2023-03-15 16:49:29.300450300 -0600
diff --git a/patches/openssl.c.patch b/patches/openssl.c.patch
index 7816dd0..9b9d7f0 100644
--- a/patches/openssl.c.patch
+++ b/patches/openssl.c.patch
@@ -1,6 +1,6 @@
1--- apps/openssl/openssl.c.orig Tue Apr 25 16:50:41 2023 1--- apps/openssl/openssl.c.orig Sat Jun 17 13:06:00 2023
2+++ apps/openssl/openssl.c Tue Apr 25 16:51:01 2023 2+++ apps/openssl/openssl.c Sat Jun 24 04:44:55 2023
3@@ -358,7 +358,9 @@ 3@@ -354,7 +354,9 @@
4 static void 4 static void
5 openssl_startup(void) 5 openssl_startup(void)
6 { 6 {