From 5eb1c40e180de2db1781df890997f15a9affab22 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 2 Aug 2024 23:59:19 -0600 Subject: regen patches --- patches/crypto_namespace.h.patch | 6 +++--- patches/openssl.c.patch | 6 +++--- patches/ssl_namespace.h.patch | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/patches/crypto_namespace.h.patch b/patches/crypto_namespace.h.patch index c18f0da..400030f 100644 --- a/patches/crypto_namespace.h.patch +++ b/patches/crypto_namespace.h.patch @@ -1,5 +1,5 @@ ---- crypto/hidden/crypto_namespace.h.orig 2024-04-09 10:12:22.320737957 +0200 -+++ crypto/hidden/crypto_namespace.h 2024-04-11 09:09:31.163350515 +0200 +--- crypto/hidden/crypto_namespace.h.orig Fri Aug 2 23:52:55 2024 ++++ crypto/hidden/crypto_namespace.h Fri Aug 2 23:53:17 2024 @@ -24,6 +24,12 @@ * external calls use the latter name. */ @@ -13,7 +13,7 @@ #ifdef LIBRESSL_NAMESPACE #ifdef LIBRESSL_CRYPTO_NAMESPACE # define LCRYPTO_UNUSED(x) __attribute__((deprecated)) \ -@@ -43,5 +49,6 @@ +@@ -47,5 +53,6 @@ # define LCRYPTO_ALIAS1(pre,x) # define LCRYPTO_ALIAS(x) asm("") #endif diff --git a/patches/openssl.c.patch b/patches/openssl.c.patch index 15afb78..4e0887c 100644 --- a/patches/openssl.c.patch +++ b/patches/openssl.c.patch @@ -1,6 +1,6 @@ ---- apps/openssl/openssl.c.orig Mon Mar 4 13:39:56 2024 -+++ apps/openssl/openssl.c Mon Mar 4 13:40:15 2024 -@@ -348,7 +348,9 @@ +--- apps/openssl/openssl.c.orig Fri Aug 2 23:52:59 2024 ++++ apps/openssl/openssl.c Fri Aug 2 23:53:17 2024 +@@ -347,7 +347,9 @@ BIO *bio_err = NULL; static void openssl_startup(void) { diff --git a/patches/ssl_namespace.h.patch b/patches/ssl_namespace.h.patch index 758f8dc..eb9c7a2 100644 --- a/patches/ssl_namespace.h.patch +++ b/patches/ssl_namespace.h.patch @@ -1,5 +1,5 @@ ---- openbsd/src/lib/libssl/hidden/ssl_namespace.h 2023-03-15 11:41:52.481641800 -0600 -+++ ssl/hidden/ssl_namespace.h 2023-03-15 17:28:04.685309300 -0600 +--- ssl/hidden/ssl_namespace.h.orig Fri Aug 2 23:52:55 2024 ++++ ssl/hidden/ssl_namespace.h Fri Aug 2 23:53:17 2024 @@ -23,6 +23,11 @@ * and we alias that to the normal name. */ @@ -12,7 +12,7 @@ #ifdef LIBRESSL_NAMESPACE #define LSSL_UNUSED(x) typeof(x) x __attribute__((deprecated)) #define LSSL_USED(x) __attribute__((visibility("hidden"))) \ -@@ -33,5 +38,6 @@ +@@ -37,5 +42,6 @@ #define LSSL_USED(x) #define LSSL_ALIAS(x) asm("") #endif -- cgit v1.2.3-55-g6feb