]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Document --without-openssl and --without-zlib.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 7 Aug 2020 04:21:15 +0000 (14:21 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 7 Aug 2020 04:26:20 +0000 (14:26 +1000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 789be48236f4aaffdc36c1c30eb55039068620ef..39d3f818da098e443fc95d1b64799f10f735b374 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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.