openssl/crypto/dso
Richard Levitte 31b6ed76df Rework DSO API conditions and configuration option
'no-dso' is meaningless, as it doesn't get any macro defined.
Therefore, we remove all checks of OPENSSL_NO_DSO.  However, there may
be some odd platforms with no DSO scheme.  For those, we generate the
internal macro DSO_NONE aand use it.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/#8622)
2019-04-01 06:14:50 +02:00
..
build.info
dso_dl.c
dso_dlfcn.c
dso_err.c
dso_lib.c
dso_locl.h
dso_openssl.c Rework DSO API conditions and configuration option 2019-04-01 06:14:50 +02:00
dso_vms.c
dso_win32.c For the lack of GetModuleHandleEx(), we use DSO route for WinCE. 2019-03-29 09:54:12 +00:00