summaryrefslogtreecommitdiffstats
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:27:50 +0200
commit8dcd57461972dceaaf014b71d173d0a8758e7054 (patch)
treef0939929ffe028126811e81751e3b819f8d699c9 /INSTALL
parent94ae5d82833a534e05bb61feea9ad4a765fad502 (diff)
Fix building statically without any dso support
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9889)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2119cbae9e..f61c6de05e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -351,6 +351,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