From 5fba3afad01707f4a8856a35500de007a8a256ec Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 1 Apr 2019 06:40:33 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/8622) --- INSTALL | 3 --- 1 file changed, 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 7fe55d428f..7dd051c511 100644 --- a/INSTALL +++ b/INSTALL @@ -331,9 +331,6 @@ on BSD implementations, in which case it can be disabled with no-devcryptoeng. - no-dso - Don't build support for loading Dynamic Shared Objects. - no-dynamic-engine Don't build the dynamically loaded engines. This only has an effect in a "shared" build -- cgit v1.2.3