diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_padlock.c')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_padlock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_padlock.c b/src/lib/libcrypto/engine/eng_padlock.c index 50b5fb780d..3ff6df24e2 100644 --- a/src/lib/libcrypto/engine/eng_padlock.c +++ b/src/lib/libcrypto/engine/eng_padlock.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: eng_padlock.c,v 1.17 2022/12/26 07:18:51 jmc Exp $ */ | 1 | /* $OpenBSD: eng_padlock.c,v 1.18 2023/07/20 15:08:12 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Support for VIA PadLock Advanced Cryptography Engine (ACE) | 3 | * Support for VIA PadLock Advanced Cryptography Engine (ACE) |
| 4 | * Written by Michal Ludvig <michal@logix.cz> | 4 | * Written by Michal Ludvig <michal@logix.cz> |
| @@ -69,7 +69,6 @@ | |||
| 69 | #include <openssl/opensslconf.h> | 69 | #include <openssl/opensslconf.h> |
| 70 | 70 | ||
| 71 | #include <openssl/crypto.h> | 71 | #include <openssl/crypto.h> |
| 72 | #include <openssl/dso.h> | ||
| 73 | #include <openssl/engine.h> | 72 | #include <openssl/engine.h> |
| 74 | #include <openssl/evp.h> | 73 | #include <openssl/evp.h> |
| 75 | #ifndef OPENSSL_NO_AES | 74 | #ifndef OPENSSL_NO_AES |
