CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 03:46:36
Modified files:
lib/libcrypto : Makefile Symbols.list Symbols.namespace
opensslfeatures.h
lib/libcrypto/err: err_all.c
lib/libcrypto/hidden/openssl: dso.h
Removed files:
lib/libcrypto/dso: dso.h dso_dlfcn.c dso_err.c dso_lib.c
dso_null.c dso_openssl.c
Log message:
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