blob: bf44458f978b69da4f4cd7e321cb5d9b2c3040e8 (
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 Sun Aug 17 13:14:19 2025
+++ crypto/arch/amd64/crypto_arch.h Sun Aug 24 23:47:56 2025
@@ -48,6 +48,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
@@ -56,6 +57,7 @@ extern uint64_t crypto_cpu_caps_amd64;
#define HAVE_SHA512_BLOCK_DATA_ORDER
#define HAVE_SHA512_BLOCK_GENERIC
+#endif
#endif
|