diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-08-24 23:49:43 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-08-24 23:51:49 -0600 |
| commit | 2f62a5e2e7d04a7c8bec77a40ecedbf98048a7e0 (patch) | |
| tree | 04b150c6e173803f555d82dc56d57313b0c61114 | |
| parent | 77be80d6218cac65ca703db9f78b097d6a2c0849 (diff) | |
| download | portable-2f62a5e2e7d04a7c8bec77a40ecedbf98048a7e0.tar.gz portable-2f62a5e2e7d04a7c8bec77a40ecedbf98048a7e0.tar.bz2 portable-2f62a5e2e7d04a7c8bec77a40ecedbf98048a7e0.zip | |
regen patches
| -rw-r--r-- | patches/amd64_crypto_arch.h.patch | 8 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | --- crypto/arch/amd64/crypto_arch.h.orig Wed Jul 23 08:15:02 2025 | 1 | --- crypto/arch/amd64/crypto_arch.h.orig Sun Aug 17 13:14:19 2025 |
| 2 | +++ crypto/arch/amd64/crypto_arch.h Wed Jul 23 08:15:20 2025 | 2 | +++ crypto/arch/amd64/crypto_arch.h Sun Aug 24 23:47:56 2025 |
| 3 | @@ -47,6 +47,7 @@ extern uint64_t crypto_cpu_caps_amd64; | 3 | @@ -48,6 +48,7 @@ extern uint64_t crypto_cpu_caps_amd64; |
| 4 | #define HAVE_RC4_INTERNAL | 4 | #define HAVE_RC4_INTERNAL |
| 5 | #define HAVE_RC4_SET_KEY_INTERNAL | 5 | #define HAVE_RC4_SET_KEY_INTERNAL |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ | |||
| 8 | #define HAVE_SHA1_BLOCK_DATA_ORDER | 8 | #define HAVE_SHA1_BLOCK_DATA_ORDER |
| 9 | #define HAVE_SHA1_BLOCK_GENERIC | 9 | #define HAVE_SHA1_BLOCK_GENERIC |
| 10 | 10 | ||
| 11 | @@ -55,6 +56,7 @@ extern uint64_t crypto_cpu_caps_amd64; | 11 | @@ -56,6 +57,7 @@ extern uint64_t crypto_cpu_caps_amd64; |
| 12 | 12 | ||
| 13 | #define HAVE_SHA512_BLOCK_DATA_ORDER | 13 | #define HAVE_SHA512_BLOCK_DATA_ORDER |
| 14 | #define HAVE_SHA512_BLOCK_GENERIC | 14 | #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 @@ | |||
| 1 | We should consider a OPENSSL_NO_BN_ASM if we can't figure | 1 | We should consider a OPENSSL_NO_BN_ASM if we can't figure |
| 2 | out how to fix BIGNUM on this OS | 2 | out how to fix BIGNUM on this OS |
| 3 | 3 | ||
| 4 | --- crypto/bn/arch/amd64/bn_arch.h.orig Wed Mar 27 22:17:03 2024 | 4 | --- crypto/bn/arch/amd64/bn_arch.h.orig Sun Aug 17 13:14:19 2025 |
| 5 | +++ crypto/bn/arch/amd64/bn_arch.h Wed Mar 27 22:17:31 2024 | 5 | +++ crypto/bn/arch/amd64/bn_arch.h Sun Aug 24 23:47:56 2025 |
| 6 | @@ -20,8 +20,14 @@ | 6 | @@ -20,8 +20,14 @@ |
| 7 | #ifndef HEADER_BN_ARCH_H | 7 | #ifndef HEADER_BN_ARCH_H |
| 8 | #define HEADER_BN_ARCH_H | 8 | #define HEADER_BN_ARCH_H |
| @@ -18,7 +18,7 @@ out how to fix BIGNUM on this OS | |||
| 18 | #define HAVE_BN_ADD | 18 | #define HAVE_BN_ADD |
| 19 | #define HAVE_BN_ADD_WORDS | 19 | #define HAVE_BN_ADD_WORDS |
| 20 | 20 | ||
| 21 | @@ -104,6 +110,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow, | 21 | @@ -109,6 +115,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow, |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | #endif /* __GNUC__ */ | 24 | #endif /* __GNUC__ */ |
