summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-03-31 16:15:02 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-01 06:14:50 +0200
commit31b6ed76dfd53529b74e79830c81372d0b756929 (patch)
treeea7a958315ceddda691ffc562cdff54578153d4a /INSTALL
parent9c119bc6b54f4851898134db28c2a01947b5efba (diff)
downloadopenssl-new-31b6ed76dfd53529b74e79830c81372d0b756929.tar.gz
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 cffa241a7b..9273db3b63 100644
--- a/INSTALL
+++ b/INSTALL
@@ -353,9 +353,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