diff options
Diffstat (limited to 'src/lib/libcrypto/arch/amd64/crypto_arch.h')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/crypto_arch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/amd64/crypto_arch.h b/src/lib/libcrypto/arch/amd64/crypto_arch.h index a51021a307..e8faf0bca1 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.11 2025/07/21 10:24:23 jsing Exp $ */ | 1 | /* $OpenBSD: crypto_arch.h,v 1.12 2025/07/22 09:13:49 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,7 @@ extern uint64_t crypto_cpu_caps_amd64; | |||
40 | #define HAVE_AES_CBC_ENCRYPT_INTERNAL | 40 | #define HAVE_AES_CBC_ENCRYPT_INTERNAL |
41 | #define HAVE_AES_CCM64_ENCRYPT_INTERNAL | 41 | #define HAVE_AES_CCM64_ENCRYPT_INTERNAL |
42 | #define HAVE_AES_CTR32_ENCRYPT_INTERNAL | 42 | #define HAVE_AES_CTR32_ENCRYPT_INTERNAL |
43 | #define HAVE_AES_ECB_ENCRYPT_INTERNAL | ||
43 | #define HAVE_AES_XTS_ENCRYPT_INTERNAL | 44 | #define HAVE_AES_XTS_ENCRYPT_INTERNAL |
44 | 45 | ||
45 | #define HAVE_GCM128_INIT | 46 | #define HAVE_GCM128_INIT |