aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-16 10:42:01 -0600
committerTheo Buehler <tb@openbsd.org>2025-06-16 10:44:07 -0600
commit4c0fb1c6cdb53074c3f24dac2506a5c220e711cf (patch)
treed7a3d9e61bcb8768164d3613ec6d7ec2999db7b7
parent0170130fc5726a4c1bdb760e23e62516e9d22f3c (diff)
downloadportable-4c0fb1c6cdb53074c3f24dac2506a5c220e711cf.tar.gz
portable-4c0fb1c6cdb53074c3f24dac2506a5c220e711cf.tar.bz2
portable-4c0fb1c6cdb53074c3f24dac2506a5c220e711cf.zip
regen patches
-rw-r--r--patches/crypto_arch.h.patch8
-rw-r--r--patches/patch-i386-crypto-cpu-caps.c.patch8
2 files changed, 8 insertions, 8 deletions
diff --git a/patches/crypto_arch.h.patch b/patches/crypto_arch.h.patch
index 6c889e5..b13ffab 100644
--- a/patches/crypto_arch.h.patch
+++ b/patches/crypto_arch.h.patch
@@ -1,6 +1,6 @@
1--- crypto/arch/amd64/crypto_arch.h.orig Fri Feb 14 06:00:43 2025 1--- crypto/arch/amd64/crypto_arch.h.orig Mon Jun 16 10:38:27 2025
2+++ crypto/arch/amd64/crypto_arch.h Fri Feb 14 06:01:13 2025 2+++ crypto/arch/amd64/crypto_arch.h Mon Jun 16 10:38:39 2025
3@@ -40,6 +40,7 @@ extern uint64_t crypto_cpu_caps_amd64; 3@@ -41,6 +41,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@@ -48,6 +49,7 @@ extern uint64_t crypto_cpu_caps_amd64; 11@@ -49,6 +50,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/patch-i386-crypto-cpu-caps.c.patch b/patches/patch-i386-crypto-cpu-caps.c.patch
index c85e33c..0642582 100644
--- a/patches/patch-i386-crypto-cpu-caps.c.patch
+++ b/patches/patch-i386-crypto-cpu-caps.c.patch
@@ -1,6 +1,6 @@
1--- crypto/arch/i386/crypto_cpu_caps.c.orig Fri Oct 18 17:35:20 2024 1--- crypto/arch/i386/crypto_cpu_caps.c.orig Mon Jun 16 10:38:27 2025
2+++ crypto/arch/i386/crypto_cpu_caps.c Fri Oct 18 17:39:13 2024 2+++ crypto/arch/i386/crypto_cpu_caps.c Mon Jun 16 10:38:39 2025
3@@ -33,7 +33,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e 3@@ -37,7 +37,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e
4 { 4 {
5 uint32_t ebx = 0, ecx = 0, edx = 0; 5 uint32_t ebx = 0, ecx = 0, edx = 0;
6 6
@@ -9,7 +9,7 @@
9 __asm__ ("cpuid": "+a"(eax), "+b"(ebx), "+c"(ecx), "+d"(edx)); 9 __asm__ ("cpuid": "+a"(eax), "+b"(ebx), "+c"(ecx), "+d"(edx));
10 #else 10 #else
11 eax = 0; 11 eax = 0;
12@@ -54,7 +54,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_ 12@@ -58,7 +58,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_
13 { 13 {
14 uint32_t eax = 0, edx = 0; 14 uint32_t eax = 0, edx = 0;
15 15