openssl/crypto/dso
Richard Levitte 5fba3afad0 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-10 07:50:17 +02:00
..
build.info
dso_dl.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dso_dlfcn.c Preserve errno on dlopen 2018-12-10 10:22:05 +00:00
dso_err.c Put message strings in state files 2017-06-12 15:03:40 -04:00
dso_lib.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dso_locl.h Add support for reference counting using C11 atomics 2016-11-17 22:02:25 +01:00
dso_openssl.c Rework DSO API conditions and configuration option 2019-04-10 07:50:17 +02:00
dso_vms.c Remove parentheses of return. 2017-10-18 16:05:06 +01:00
dso_win32.c For the lack of GetModuleHandleEx(), we use DSO route for WinCE. 2019-03-29 10:02:06 +00:00