diff options
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,14 +7,15 @@ OpenSSL) | |||
7 | Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): | 7 | Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): |
8 | http://www.gzip.org/zlib/ | 8 | http://www.gzip.org/zlib/ |
9 | 9 | ||
10 | libcrypto (LibreSSL or OpenSSL >= 0.9.8f) | 10 | libcrypto (LibreSSL or OpenSSL >= 0.9.8f < 1.1.0) |
11 | LibreSSL http://www.libressl.org/ ; or | 11 | LibreSSL http://www.libressl.org/ ; or |
12 | OpenSSL http://www.openssl.org/ | 12 | OpenSSL http://www.openssl.org/ |
13 | 13 | ||
14 | LibreSSL/OpenSSL should be compiled as a position-independent library | 14 | LibreSSL/OpenSSL should be compiled as a position-independent library |
15 | (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. | 15 | (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. |
16 | If you must use a non-position-independent libcrypto, then you may need | 16 | If you must use a non-position-independent libcrypto, then you may need |
17 | to configure OpenSSH --without-pie. | 17 | to configure OpenSSH --without-pie. Note that because of API changes, |
18 | OpenSSL 1.1.x is not currently supported. | ||
18 | 19 | ||
19 | The remaining items are optional. | 20 | The remaining items are optional. |
20 | 21 | ||