diff options
author | Darren Tucker <dtucker@dtucker.net> | 2020-01-23 22:17:24 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-01-23 22:17:24 +1100 |
commit | 74deb7029be4c00810443114aac9308875a81dae (patch) | |
tree | 323155d7218e1c9c8294f5e905b72b9322ed061d | |
parent | 633a2af47ee90291aaf93969aeee1e5046074c7c (diff) |
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: | |||
7 | - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime | 7 | - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime |
8 | (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure) | 8 | (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure) |
9 | 9 | ||
10 | You will need a working installation of zlib: | ||
11 | |||
12 | Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems): | ||
13 | http://www.gzip.org/zlib/ | ||
14 | |||
15 | To support Privilege Separation (which is now required) you will need | 10 | To support Privilege Separation (which is now required) you will need |
16 | to create the user, group and directory used by sshd for privilege | 11 | to create the user, group and directory used by sshd for privilege |
17 | separation. See README.privsep for details. | 12 | separation. See README.privsep for details. |
@@ -19,6 +14,10 @@ separation. See README.privsep for details. | |||
19 | 14 | ||
20 | The remaining items are optional. | 15 | The remaining items are optional. |
21 | 16 | ||
17 | A working installation of zlib: | ||
18 | Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems): | ||
19 | http://www.gzip.org/zlib/ | ||
20 | |||
22 | libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto | 21 | libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto |
23 | is supported but severely restricts the avilable ciphers and algorithms. | 22 | is supported but severely restricts the avilable ciphers and algorithms. |
24 | - LibreSSL (https://www.libressl.org/) | 23 | - LibreSSL (https://www.libressl.org/) |