regen patches

This commit is contained in:
Theo Buehler
2025-06-16 10:42:01 -06:00
parent 0170130fc5
commit 4c0fb1c6cd
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
--- crypto/arch/amd64/crypto_arch.h.orig Fri Feb 14 06:00:43 2025
+++ crypto/arch/amd64/crypto_arch.h Fri Feb 14 06:01:13 2025
@@ -40,6 +40,7 @@ extern uint64_t crypto_cpu_caps_amd64;
--- crypto/arch/amd64/crypto_arch.h.orig Mon Jun 16 10:38:27 2025
+++ crypto/arch/amd64/crypto_arch.h Mon Jun 16 10:38:39 2025
@@ -41,6 +41,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
@@ -48,6 +49,7 @@ extern uint64_t crypto_cpu_caps_amd64;
@@ -49,6 +50,7 @@ extern uint64_t crypto_cpu_caps_amd64;
#define HAVE_SHA512_BLOCK_DATA_ORDER
#define HAVE_SHA512_BLOCK_GENERIC

View File

@@ -1,6 +1,6 @@
--- crypto/arch/i386/crypto_cpu_caps.c.orig Fri Oct 18 17:35:20 2024
+++ crypto/arch/i386/crypto_cpu_caps.c Fri Oct 18 17:39:13 2024
@@ -33,7 +33,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e
--- crypto/arch/i386/crypto_cpu_caps.c.orig Mon Jun 16 10:38:27 2025
+++ crypto/arch/i386/crypto_cpu_caps.c Mon Jun 16 10:38:39 2025
@@ -37,7 +37,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e
{
uint32_t ebx = 0, ecx = 0, edx = 0;
@@ -9,7 +9,7 @@
__asm__ ("cpuid": "+a"(eax), "+b"(ebx), "+c"(ecx), "+d"(edx));
#else
eax = 0;
@@ -54,7 +54,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_
@@ -58,7 +58,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_
{
uint32_t eax = 0, edx = 0;