diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_aes.c')
| -rw-r--r-- | src/lib/libcrypto/evp/e_aes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/e_aes.c b/src/lib/libcrypto/evp/e_aes.c index 74d86c98d8..42c0fb45ed 100644 --- a/src/lib/libcrypto/evp/e_aes.c +++ b/src/lib/libcrypto/evp/e_aes.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: e_aes.c,v 1.70 2025/06/06 07:41:01 tb Exp $ */ | 1 | /* $OpenBSD: e_aes.c,v 1.71 2025/06/09 14:28:34 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -115,7 +115,7 @@ void AES_xts_decrypt(const char *inp, char *out, size_t len, | |||
| 115 | 115 | ||
| 116 | #if defined(AES_ASM) && ( \ | 116 | #if defined(AES_ASM) && ( \ |
| 117 | ((defined(__i386) || defined(__i386__) || \ | 117 | ((defined(__i386) || defined(__i386__) || \ |
| 118 | defined(_M_IX86)) && defined(OPENSSL_IA32_SSE2))|| \ | 118 | defined(_M_IX86)))|| \ |
| 119 | defined(__x86_64) || defined(__x86_64__) || \ | 119 | defined(__x86_64) || defined(__x86_64__) || \ |
| 120 | defined(_M_AMD64) || defined(_M_X64) || \ | 120 | defined(_M_AMD64) || defined(_M_X64) || \ |
| 121 | defined(__INTEL__) ) | 121 | defined(__INTEL__) ) |
