From 681b4eb7a5896143c26eac201c041f6f22357b18 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:46:36 +0000 Subject: Drop DSO and define OPENSSL_NO_DSO DSO and in particular dlopen() was used for dynamic engines, which we removed a long time ago and for dynamic conf modules, which we removed only very recently. Now remove this dangerous interface. ok jsing --- src/lib/libcrypto/err/err_all.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/err') diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 01c58f39f6..2c8a273f17 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.31 2023/07/28 09:19:59 tb Exp $ */ +/* $OpenBSD: err_all.c,v 1.32 2023/07/28 09:46:36 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -69,7 +69,6 @@ #include #include #include -#include #include #include #include @@ -128,7 +127,6 @@ ERR_load_crypto_strings_internal(void) #ifndef OPENSSL_NO_DSA ERR_load_DSA_strings(); #endif - ERR_load_DSO_strings(); #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); #endif -- cgit v1.2.3-55-g6feb