From 8d3e8a1f3cb05d968b7bda605b9fe8ad606cba12 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 13 Mar 2025 05:51:23 -0500 Subject: rebase aarch64 crypto_arch.h patch --- patches/crypto_arch.h.patch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'patches') diff --git a/patches/crypto_arch.h.patch b/patches/crypto_arch.h.patch index 6aa8891..6c889e5 100644 --- a/patches/crypto_arch.h.patch +++ b/patches/crypto_arch.h.patch @@ -16,15 +16,18 @@ #endif ---- crypto/arch/aarch64/crypto_arch.h.orig Fri Mar 7 09:38:13 2025 -+++ crypto/arch/aarch64/crypto_arch.h Fri Mar 7 09:38:22 2025 -@@ -33,8 +33,10 @@ extern uint64_t crypto_cpu_caps_aarch64; +--- crypto/arch/aarch64/crypto_arch.h.orig Thu Mar 13 05:42:37 2025 ++++ crypto/arch/aarch64/crypto_arch.h Thu Mar 13 05:47:39 2025 +@@ -33,11 +33,13 @@ #define CRYPTO_CPU_CAPS_AARCH64_SHA512 (1ULL << 4) #define CRYPTO_CPU_CAPS_AARCH64_SHA3 (1ULL << 5) +#if 0 #ifndef OPENSSL_NO_ASM + #define HAVE_SHA256_BLOCK_DATA_ORDER + #define HAVE_SHA512_BLOCK_DATA_ORDER + +#endif #endif -- cgit v1.2.3-55-g6feb