rebase aarch64 crypto_arch.h patch

This commit is contained in:
Brent Cook
2025-03-13 05:51:23 -05:00
parent 8a536f8311
commit 8d3e8a1f3c

View File

@@ -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