]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
zlib is now optional.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 23 Jan 2020 11:17:24 +0000 (22:17 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 23 Jan 2020 11:17:24 +0000 (22:17 +1100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 53fe939ea4d38f8a2be1724660a6a15f4a95223b..49013e935fe7e2beeb9e7447e863f868783a2386 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,11 +7,6 @@ options.  Some notes about specific compilers:
  - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
   (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
 
-You will need a working installation of zlib:
-
-Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
-http://www.gzip.org/zlib/
-
 To support Privilege Separation (which is now required) you will need
 to create the user, group and directory used by sshd for privilege
 separation.  See README.privsep for details.
@@ -19,6 +14,10 @@ separation.  See README.privsep for details.
 
 The remaining items are optional.
 
+A working installation of zlib:
+Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
+http://www.gzip.org/zlib/
+
 libcrypto from either of LibreSSL or OpenSSL.  Building without libcrypto
 is supported but severely restricts the avilable ciphers and algorithms.
  - LibreSSL (https://www.libressl.org/)