]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Rework DSO API conditions and configuration option
authorRichard Levitte <levitte@openssl.org>
Sun, 31 Mar 2019 14:15:02 +0000 (16:15 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Apr 2019 04:14:50 +0000 (06:14 +0200)
commit31b6ed76dfd53529b74e79830c81372d0b756929
treeea7a958315ceddda691ffc562cdff54578153d4a
parent9c119bc6b54f4851898134db28c2a01947b5efba
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)
Configure
INSTALL
crypto/dso/dso_openssl.c
crypto/include/internal/dso_conf.h.in
crypto/init.c
include/internal/dsoerr.h