From ebcef14ddae0b6464de574957ccf649439ba4efb Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 20 Jul 2023 15:08:12 +0000 Subject: [PATCH] Remove unnecessary inclusion of dso.h --- lib/libcrypto/engine/eng_aesni.c | 3 +-- lib/libcrypto/engine/eng_openssl.c | 3 +-- lib/libcrypto/engine/eng_padlock.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/libcrypto/engine/eng_aesni.c b/lib/libcrypto/engine/eng_aesni.c index 513f5a7ec53..e08edcf3464 100644 --- a/lib/libcrypto/engine/eng_aesni.c +++ b/lib/libcrypto/engine/eng_aesni.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_aesni.c,v 1.13 2023/07/20 14:17:13 tb Exp $ */ +/* $OpenBSD: eng_aesni.c,v 1.14 2023/07/20 15:08:12 tb Exp $ */ /* * Support for Intel AES-NI instruction set * Author: Huang Ying @@ -80,7 +80,6 @@ #if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AES_NI) && !defined(OPENSSL_NO_AES) #include -#include #include #include #include diff --git a/lib/libcrypto/engine/eng_openssl.c b/lib/libcrypto/engine/eng_openssl.c index c632279faaf..4e0f144e81f 100644 --- a/lib/libcrypto/engine/eng_openssl.c +++ b/lib/libcrypto/engine/eng_openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_openssl.c,v 1.16 2022/11/26 16:08:52 tb Exp $ */ +/* $OpenBSD: eng_openssl.c,v 1.17 2023/07/20 15:08:12 tb Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ @@ -67,7 +67,6 @@ #include #include -#include #include #include #include diff --git a/lib/libcrypto/engine/eng_padlock.c b/lib/libcrypto/engine/eng_padlock.c index 50b5fb780dc..3ff6df24e21 100644 --- a/lib/libcrypto/engine/eng_padlock.c +++ b/lib/libcrypto/engine/eng_padlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_padlock.c,v 1.17 2022/12/26 07:18:51 jmc Exp $ */ +/* $OpenBSD: eng_padlock.c,v 1.18 2023/07/20 15:08:12 tb Exp $ */ /* * Support for VIA PadLock Advanced Cryptography Engine (ACE) * Written by Michal Ludvig @@ -69,7 +69,6 @@ #include #include -#include #include #include #ifndef OPENSSL_NO_AES -- 2.20.1