From 2f62a5e2e7d04a7c8bec77a40ecedbf98048a7e0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 24 Aug 2025 23:49:43 -0600 Subject: regen patches --- patches/amd64_crypto_arch.h.patch | 8 ++++---- patches/win32_amd64_bn_arch.h.patch | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/amd64_crypto_arch.h.patch b/patches/amd64_crypto_arch.h.patch index b094100..bf44458 100644 --- a/patches/amd64_crypto_arch.h.patch +++ b/patches/amd64_crypto_arch.h.patch @@ -1,6 +1,6 @@ ---- crypto/arch/amd64/crypto_arch.h.orig Wed Jul 23 08:15:02 2025 -+++ crypto/arch/amd64/crypto_arch.h Wed Jul 23 08:15:20 2025 -@@ -47,6 +47,7 @@ extern uint64_t crypto_cpu_caps_amd64; +--- crypto/arch/amd64/crypto_arch.h.orig Sun Aug 17 13:14:19 2025 ++++ crypto/arch/amd64/crypto_arch.h Sun Aug 24 23:47:56 2025 +@@ -48,6 +48,7 @@ extern uint64_t crypto_cpu_caps_amd64; #define HAVE_RC4_INTERNAL #define HAVE_RC4_SET_KEY_INTERNAL @@ -8,7 +8,7 @@ #define HAVE_SHA1_BLOCK_DATA_ORDER #define HAVE_SHA1_BLOCK_GENERIC -@@ -55,6 +56,7 @@ extern uint64_t crypto_cpu_caps_amd64; +@@ -56,6 +57,7 @@ extern uint64_t crypto_cpu_caps_amd64; #define HAVE_SHA512_BLOCK_DATA_ORDER #define HAVE_SHA512_BLOCK_GENERIC diff --git a/patches/win32_amd64_bn_arch.h.patch b/patches/win32_amd64_bn_arch.h.patch index b7926e3..baa82f8 100644 --- a/patches/win32_amd64_bn_arch.h.patch +++ b/patches/win32_amd64_bn_arch.h.patch @@ -1,8 +1,8 @@ We should consider a OPENSSL_NO_BN_ASM if we can't figure out how to fix BIGNUM on this OS ---- crypto/bn/arch/amd64/bn_arch.h.orig Wed Mar 27 22:17:03 2024 -+++ crypto/bn/arch/amd64/bn_arch.h Wed Mar 27 22:17:31 2024 +--- crypto/bn/arch/amd64/bn_arch.h.orig Sun Aug 17 13:14:19 2025 ++++ crypto/bn/arch/amd64/bn_arch.h Sun Aug 24 23:47:56 2025 @@ -20,8 +20,14 @@ #ifndef HEADER_BN_ARCH_H #define HEADER_BN_ARCH_H @@ -18,7 +18,7 @@ out how to fix BIGNUM on this OS #define HAVE_BN_ADD #define HAVE_BN_ADD_WORDS -@@ -104,6 +110,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow, +@@ -109,6 +115,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow, } #endif /* __GNUC__ */ -- cgit v1.2.3-55-g6feb