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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/amd64/crypto_arch.h b/src/lib/libcrypto/arch/amd64/crypto_arch.h
index 9eb99229d1..213a5d903e 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.7 2025/06/27 17:10:45 jsing Exp $ */ 1/* $OpenBSD: crypto_arch.h,v 1.8 2025/06/28 12:20:39 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2024 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -28,7 +28,8 @@ extern uint64_t crypto_cpu_caps_amd64;
28#endif 28#endif
29 29
30#define CRYPTO_CPU_CAPS_AMD64_AES (1ULL << 0) 30#define CRYPTO_CPU_CAPS_AMD64_AES (1ULL << 0)
31#define CRYPTO_CPU_CAPS_AMD64_SHA (1ULL << 1) 31#define CRYPTO_CPU_CAPS_AMD64_CLMUL (1ULL << 1)
32#define CRYPTO_CPU_CAPS_AMD64_SHA (1ULL << 2)
32 33
33#ifndef OPENSSL_NO_ASM 34#ifndef OPENSSL_NO_ASM
34 35