diff options
Diffstat (limited to 'patches/aarch64_crypto_arch.h.patch')
-rw-r--r-- | patches/aarch64_crypto_arch.h.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/aarch64_crypto_arch.h.patch b/patches/aarch64_crypto_arch.h.patch new file mode 100644 index 0000000..e6a8cbf --- /dev/null +++ b/patches/aarch64_crypto_arch.h.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | --- crypto/arch/aarch64/crypto_arch.h.orig Sun Jun 29 03:49:56 2025 | ||
2 | +++ crypto/arch/aarch64/crypto_arch.h Sun Jun 29 04:00:13 2025 | ||
3 | @@ -34,11 +34,13 @@ extern uint64_t crypto_cpu_caps_aarch64; | ||
4 | #define CRYPTO_CPU_CAPS_AARCH64_SHA3 (1ULL << 5) | ||
5 | |||
6 | #ifndef OPENSSL_NO_ASM | ||
7 | +#if 0 | ||
8 | |||
9 | #define HAVE_SHA1_BLOCK_DATA_ORDER | ||
10 | #define HAVE_SHA256_BLOCK_DATA_ORDER | ||
11 | #define HAVE_SHA512_BLOCK_DATA_ORDER | ||
12 | |||
13 | +#endif | ||
14 | #endif | ||
15 | |||
16 | #endif | ||