diff options
author | tb <> | 2023-07-20 15:08:12 +0000 |
---|---|---|
committer | tb <> | 2023-07-20 15:08:12 +0000 |
commit | 104647e1e4926766445c8dcc19264be6b94c7ef1 (patch) | |
tree | 7a5bdc361b54e603d9914086b7531aad5e04fffa /src/lib/libcrypto/engine/eng_padlock.c | |
parent | 69b88fa820740938ec4b283898dd728fbae64b2d (diff) | |
download | openbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.tar.gz openbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.tar.bz2 openbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.zip |
Remove unnecessary inclusion of dso.h
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 |