summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2019-09-13 10:45:29 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2019-09-16 18:23:20 +0200
commit3b2f8c771a1babbe223c9f1ca76fbc9dec5f915f (patch)
tree830f15b249465769b3b2009a44b96abe1ca35510 /INSTALL
parent1aa89a7a3afb053d0c0b7fad8d3ea1b0a5447289 (diff)
downloadopenssl-new-3b2f8c771a1babbe223c9f1ca76fbc9dec5f915f.tar.gz
Fix building statically without any dso support
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9895)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c02ceb1255..d576548c89 100644
--- a/INSTALL
+++ b/INSTALL
@@ -364,6 +364,9 @@
Don't build support for datagram based BIOs. Selecting this
option will also force the disabling of DTLS.
+ no-dso
+ Don't build support for loading Dynamic Shared Objects.
+
enable-devcryptoeng
Build the /dev/crypto engine. It is automatically selected
on BSD implementations, in which case it can be disabled with