Document --without-openssl and --without-zlib.

This commit is contained in:
Darren Tucker 2020-08-07 14:21:15 +10:00
parent 651bb3a319
commit c2ec7a07f8
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,3 @@
1. Prerequisites
----------------
A C compiler. Any C89 or better compiler should work. Where supported,
@ -221,6 +220,11 @@ libraries are installed.
--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
--without-openssl builds without using OpenSSL. Only a subset of ciphers
and algorithms are supported in this configuration.
--without-zlib builds without zlib. This disables the Compression option.
--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
real (AF_INET) IPv4 addresses. Works around some quirks on Linux.