diff options
Diffstat (limited to 'src/lib/libcrypto/arch/mips64/crypto_arch.h')
-rw-r--r-- | src/lib/libcrypto/arch/mips64/crypto_arch.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/mips64/crypto_arch.h b/src/lib/libcrypto/arch/mips64/crypto_arch.h index 4276dc31ea..07d7829fe3 100644 --- a/src/lib/libcrypto/arch/mips64/crypto_arch.h +++ b/src/lib/libcrypto/arch/mips64/crypto_arch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_arch.h,v 1.1 2024/08/11 13:02:39 jsing Exp $ */ | 1 | /* $OpenBSD: crypto_arch.h,v 1.2 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 | * |
@@ -25,6 +25,15 @@ | |||
25 | #define HAVE_AES_ENCRYPT_INTERNAL | 25 | #define HAVE_AES_ENCRYPT_INTERNAL |
26 | #define HAVE_AES_DECRYPT_INTERNAL | 26 | #define HAVE_AES_DECRYPT_INTERNAL |
27 | 27 | ||
28 | #define HAVE_SHA1_BLOCK_DATA_ORDER | ||
29 | #define HAVE_SHA1_BLOCK_GENERIC | ||
30 | |||
31 | #define HAVE_SHA256_BLOCK_DATA_ORDER | ||
32 | #define HAVE_SHA256_BLOCK_GENERIC | ||
33 | |||
34 | #define HAVE_SHA512_BLOCK_DATA_ORDER | ||
35 | #define HAVE_SHA512_BLOCK_GENERIC | ||
36 | |||
28 | #endif | 37 | #endif |
29 | 38 | ||
30 | #endif | 39 | #endif |