summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-04-01 06:40:33 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-10 07:50:17 +0200
commit5fba3afad01707f4a8856a35500de007a8a256ec (patch)
treef00f25de2eced91b761980504b57f690d5756ea1 /INSTALL
parent0c45bd8dae287a286583dca682eafcfa5a5d4469 (diff)
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)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 0 insertions, 3 deletions
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