aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-03-13 05:51:23 -0500
committerBrent Cook <busterb@gmail.com>2025-03-13 05:51:23 -0500
commit8d3e8a1f3cb05d968b7bda605b9fe8ad606cba12 (patch)
treee6b80cde39c5338d9c72ae76f25f72d4aebdec06 /patches
parent8a536f8311efa472f0db53f9dddd3d5e59fb6dcf (diff)
downloadportable-8d3e8a1f3cb05d968b7bda605b9fe8ad606cba12.tar.gz
portable-8d3e8a1f3cb05d968b7bda605b9fe8ad606cba12.tar.bz2
portable-8d3e8a1f3cb05d968b7bda605b9fe8ad606cba12.zip
rebase aarch64 crypto_arch.h patch
Diffstat (limited to 'patches')
-rw-r--r--patches/crypto_arch.h.patch9
1 files changed, 6 insertions, 3 deletions
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 @@
16 16
17 #endif 17 #endif
18 18
19--- crypto/arch/aarch64/crypto_arch.h.orig Fri Mar 7 09:38:13 2025 19--- crypto/arch/aarch64/crypto_arch.h.orig Thu Mar 13 05:42:37 2025
20+++ crypto/arch/aarch64/crypto_arch.h Fri Mar 7 09:38:22 2025 20+++ crypto/arch/aarch64/crypto_arch.h Thu Mar 13 05:47:39 2025
21@@ -33,8 +33,10 @@ extern uint64_t crypto_cpu_caps_aarch64; 21@@ -33,11 +33,13 @@
22 #define CRYPTO_CPU_CAPS_AARCH64_SHA512 (1ULL << 4) 22 #define CRYPTO_CPU_CAPS_AARCH64_SHA512 (1ULL << 4)
23 #define CRYPTO_CPU_CAPS_AARCH64_SHA3 (1ULL << 5) 23 #define CRYPTO_CPU_CAPS_AARCH64_SHA3 (1ULL << 5)
24 24
25+#if 0 25+#if 0
26 #ifndef OPENSSL_NO_ASM 26 #ifndef OPENSSL_NO_ASM
27
27 #define HAVE_SHA256_BLOCK_DATA_ORDER 28 #define HAVE_SHA256_BLOCK_DATA_ORDER
29 #define HAVE_SHA512_BLOCK_DATA_ORDER
30
28+#endif 31+#endif
29 #endif 32 #endif
30 33