diff options
Diffstat (limited to 'patches/amd64_crypto_arch.h.patch')
-rw-r--r-- | patches/amd64_crypto_arch.h.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/amd64_crypto_arch.h.patch b/patches/amd64_crypto_arch.h.patch new file mode 100644 index 0000000..b094100 --- /dev/null +++ b/patches/amd64_crypto_arch.h.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | --- crypto/arch/amd64/crypto_arch.h.orig Wed Jul 23 08:15:02 2025 | ||
2 | +++ crypto/arch/amd64/crypto_arch.h Wed Jul 23 08:15:20 2025 | ||
3 | @@ -47,6 +47,7 @@ extern uint64_t crypto_cpu_caps_amd64; | ||
4 | #define HAVE_RC4_INTERNAL | ||
5 | #define HAVE_RC4_SET_KEY_INTERNAL | ||
6 | |||
7 | +#if 0 | ||
8 | #define HAVE_SHA1_BLOCK_DATA_ORDER | ||
9 | #define HAVE_SHA1_BLOCK_GENERIC | ||
10 | |||
11 | @@ -55,6 +56,7 @@ extern uint64_t crypto_cpu_caps_amd64; | ||
12 | |||
13 | #define HAVE_SHA512_BLOCK_DATA_ORDER | ||
14 | #define HAVE_SHA512_BLOCK_GENERIC | ||
15 | +#endif | ||
16 | |||
17 | #endif | ||
18 | |||