Remove unnecessary inclusion of dso.h
authortb <tb@openbsd.org>
Thu, 20 Jul 2023 15:08:12 +0000 (15:08 +0000)
committertb <tb@openbsd.org>
Thu, 20 Jul 2023 15:08:12 +0000 (15:08 +0000)
lib/libcrypto/engine/eng_aesni.c
lib/libcrypto/engine/eng_openssl.c
lib/libcrypto/engine/eng_padlock.c

index 513f5a7..e08edcf 100644 (file)
@@ -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 <ying.huang@intel.com>
@@ -80,7 +80,6 @@
 #if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AES_NI) && !defined(OPENSSL_NO_AES)
 
 #include <openssl/aes.h>
-#include <openssl/dso.h>
 #include <openssl/engine.h>
 #include <openssl/err.h>
 #include <openssl/evp.h>
index c632279..4e0f144 100644 (file)
@@ -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 <openssl/opensslconf.h>
 
 #include <openssl/crypto.h>
-#include <openssl/dso.h>
 #include <openssl/engine.h>
 #include <openssl/err.h>
 #include <openssl/evp.h>
index 50b5fb7..3ff6df2 100644 (file)
@@ -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 <michal@logix.cz>
@@ -69,7 +69,6 @@
 #include <openssl/opensslconf.h>
 
 #include <openssl/crypto.h>
-#include <openssl/dso.h>
 #include <openssl/engine.h>
 #include <openssl/evp.h>
 #ifndef OPENSSL_NO_AES