summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/amd64/crypto_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch/amd64/crypto_arch.h')
-rw-r--r--src/lib/libcrypto/arch/amd64/crypto_arch.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/amd64/crypto_arch.h b/src/lib/libcrypto/arch/amd64/crypto_arch.h
index 7546fb0dfd..951374250d 100644
--- a/src/lib/libcrypto/arch/amd64/crypto_arch.h
+++ b/src/lib/libcrypto/arch/amd64/crypto_arch.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto_arch.h,v 1.4 2024/11/16 13:05:35 jsing Exp $ */ 1/* $OpenBSD: crypto_arch.h,v 1.5 2025/02/14 12:01:58 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -40,6 +40,15 @@ extern uint64_t crypto_cpu_caps_amd64;
40#define HAVE_RC4_INTERNAL 40#define HAVE_RC4_INTERNAL
41#define HAVE_RC4_SET_KEY_INTERNAL 41#define HAVE_RC4_SET_KEY_INTERNAL
42 42
43#define HAVE_SHA1_BLOCK_DATA_ORDER
44#define HAVE_SHA1_BLOCK_GENERIC
45
46#define HAVE_SHA256_BLOCK_DATA_ORDER
47#define HAVE_SHA256_BLOCK_GENERIC
48
49#define HAVE_SHA512_BLOCK_DATA_ORDER
50#define HAVE_SHA512_BLOCK_GENERIC
51
43#endif 52#endif
44 53
45#endif 54#endif