summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/dso.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Two files did not want to go away. Go!tb2023-07-281-0/+0
|
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-54/+0
| | | | | | | | 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
* Hide symbols in dso and ctbeck2023-07-081-0/+54
ok jsing@