summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/i386/crypto_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/arch/i386/crypto_arch.h')
-rw-r--r--src/lib/libcrypto/arch/i386/crypto_arch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/i386/crypto_arch.h b/src/lib/libcrypto/arch/i386/crypto_arch.h
index e03e6cd765..9a377e56a9 100644
--- a/src/lib/libcrypto/arch/i386/crypto_arch.h
+++ b/src/lib/libcrypto/arch/i386/crypto_arch.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto_arch.h,v 1.6 2025/06/27 17:10:45 jsing Exp $ */ 1/* $OpenBSD: crypto_arch.h,v 1.7 2025/06/28 12:21:46 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,6 +28,8 @@ extern uint64_t crypto_cpu_caps_i386;
28#endif 28#endif
29 29
30#define CRYPTO_CPU_CAPS_I386_AES (1ULL << 0) 30#define CRYPTO_CPU_CAPS_I386_AES (1ULL << 0)
31#define CRYPTO_CPU_CAPS_I386_CLMUL (1ULL << 1)
32#define CRYPTO_CPU_CAPS_I386_MMX (1ULL << 2)
31 33
32#ifndef OPENSSL_NO_ASM 34#ifndef OPENSSL_NO_ASM
33 35