summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-07-20 15:08:12 +0000
committertb <>2023-07-20 15:08:12 +0000
commit104647e1e4926766445c8dcc19264be6b94c7ef1 (patch)
tree7a5bdc361b54e603d9914086b7531aad5e04fffa /src/lib
parent69b88fa820740938ec4b283898dd728fbae64b2d (diff)
downloadopenbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.tar.gz
openbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.tar.bz2
openbsd-104647e1e4926766445c8dcc19264be6b94c7ef1.zip
Remove unnecessary inclusion of dso.h
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/engine/eng_aesni.c3
-rw-r--r--src/lib/libcrypto/engine/eng_openssl.c3
-rw-r--r--src/lib/libcrypto/engine/eng_padlock.c3
3 files changed, 3 insertions, 6 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>
diff --git a/src/lib/libcrypto/engine/eng_openssl.c b/src/lib/libcrypto/engine/eng_openssl.c
index c632279faa..4e0f144e81 100644
--- a/src/lib/libcrypto/engine/eng_openssl.c
+++ b/src/lib/libcrypto/engine/eng_openssl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_openssl.c,v 1.16 2022/11/26 16:08:52 tb Exp $ */ 1/* $OpenBSD: eng_openssl.c,v 1.17 2023/07/20 15:08:12 tb Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -67,7 +67,6 @@
67#include <openssl/opensslconf.h> 67#include <openssl/opensslconf.h>
68 68
69#include <openssl/crypto.h> 69#include <openssl/crypto.h>
70#include <openssl/dso.h>
71#include <openssl/engine.h> 70#include <openssl/engine.h>
72#include <openssl/err.h> 71#include <openssl/err.h>
73#include <openssl/evp.h> 72#include <openssl/evp.h>
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