aboutsummaryrefslogtreecommitdiff
path: root/patches/amd64_crypto_arch.h.patch
blob: b09410088bd2dfdd9c18793bfb5532bd47bb9623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- crypto/arch/amd64/crypto_arch.h.orig	Wed Jul 23 08:15:02 2025
+++ crypto/arch/amd64/crypto_arch.h	Wed Jul 23 08:15:20 2025
@@ -47,6 +47,7 @@ extern uint64_t crypto_cpu_caps_amd64;
 #define HAVE_RC4_INTERNAL
 #define HAVE_RC4_SET_KEY_INTERNAL
 
+#if 0
 #define HAVE_SHA1_BLOCK_DATA_ORDER
 #define HAVE_SHA1_BLOCK_GENERIC
 
@@ -55,6 +56,7 @@ extern uint64_t crypto_cpu_caps_amd64;
 
 #define HAVE_SHA512_BLOCK_DATA_ORDER
 #define HAVE_SHA512_BLOCK_GENERIC
+#endif
 
 #endif