diff options
author | Darren Tucker <dtucker@dtucker.net> | 2020-01-23 12:17:24 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-01-23 12:17:24 +0100 |
commit | 74deb7029be4c00810443114aac9308875a81dae (patch) | |
tree | 323155d7218e1c9c8294f5e905b72b9322ed061d | |
parent | Plumb WITH_ZLIB into configure. (diff) | |
download | openssh-74deb7029be4c00810443114aac9308875a81dae.tar.xz openssh-74deb7029be4c00810443114aac9308875a81dae.zip |
zlib is now optional.
-rw-r--r-- | INSTALL | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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/) |