summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-08-07 14:21:15 +1000
committerDarren Tucker <dtucker@dtucker.net>2020-08-07 14:26:20 +1000
commitc2ec7a07f8caabb4d8e00c66e7cd46bf2cd1e922 (patch)
treed172651def857640dd6bbd01dd3ed0e0603bb595
parent651bb3a31949bbdc3a78b2ede95a77bce0c72984 (diff)
Document --without-openssl and --without-zlib.
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 789be4823..39d3f818d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
11. Prerequisites
2---------------- 1----------------
3 2
4A C compiler. Any C89 or better compiler should work. Where supported, 3A C compiler. Any C89 or better compiler should work. Where supported,
@@ -221,6 +220,11 @@ libraries are installed.
221 220
222--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support 221--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
223 222
223--without-openssl builds without using OpenSSL. Only a subset of ciphers
224and algorithms are supported in this configuration.
225
226--without-zlib builds without zlib. This disables the Compression option.
227
224--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to 228--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
225real (AF_INET) IPv4 addresses. Works around some quirks on Linux. 229real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
226 230