diff options
Diffstat (limited to 'src/lib/libcrypto/arch/aarch64/crypto_arch.h')
-rw-r--r-- | src/lib/libcrypto/arch/aarch64/crypto_arch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/crypto_arch.h b/src/lib/libcrypto/arch/aarch64/crypto_arch.h index 35ecba9394..51c8d79e2d 100644 --- a/src/lib/libcrypto/arch/aarch64/crypto_arch.h +++ b/src/lib/libcrypto/arch/aarch64/crypto_arch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_arch.h,v 1.4 2025/03/12 14:13:41 jsing Exp $ */ | 1 | /* $OpenBSD: crypto_arch.h,v 1.5 2025/06/28 12:51:08 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -35,6 +35,7 @@ extern uint64_t crypto_cpu_caps_aarch64; | |||
35 | 35 | ||
36 | #ifndef OPENSSL_NO_ASM | 36 | #ifndef OPENSSL_NO_ASM |
37 | 37 | ||
38 | #define HAVE_SHA1_BLOCK_DATA_ORDER | ||
38 | #define HAVE_SHA256_BLOCK_DATA_ORDER | 39 | #define HAVE_SHA256_BLOCK_DATA_ORDER |
39 | #define HAVE_SHA512_BLOCK_DATA_ORDER | 40 | #define HAVE_SHA512_BLOCK_DATA_ORDER |
40 | 41 | ||