diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_aesni.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_aesni.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_aesni.c b/src/lib/libcrypto/engine/eng_aesni.c index 513f5a7ec5..e08edcf346 100644 --- a/src/lib/libcrypto/engine/eng_aesni.c +++ b/src/lib/libcrypto/engine/eng_aesni.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: eng_aesni.c,v 1.13 2023/07/20 14:17:13 tb Exp $ */ | 1 | /* $OpenBSD: eng_aesni.c,v 1.14 2023/07/20 15:08:12 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Support for Intel AES-NI instruction set | 3 | * Support for Intel AES-NI instruction set |
4 | * Author: Huang Ying <ying.huang@intel.com> | 4 | * Author: Huang Ying <ying.huang@intel.com> |
@@ -80,7 +80,6 @@ | |||
80 | #if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AES_NI) && !defined(OPENSSL_NO_AES) | 80 | #if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AES_NI) && !defined(OPENSSL_NO_AES) |
81 | 81 | ||
82 | #include <openssl/aes.h> | 82 | #include <openssl/aes.h> |
83 | #include <openssl/dso.h> | ||
84 | #include <openssl/engine.h> | 83 | #include <openssl/engine.h> |
85 | #include <openssl/err.h> | 84 | #include <openssl/err.h> |
86 | #include <openssl/evp.h> | 85 | #include <openssl/evp.h> |