diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,15 +13,15 @@ OpenSSL) | |||
13 | Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems): | 13 | Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems): |
14 | http://www.gzip.org/zlib/ | 14 | http://www.gzip.org/zlib/ |
15 | 15 | ||
16 | libcrypto (LibreSSL or OpenSSL >= 1.0.1 < 1.1.0) | 16 | libcrypto from either of: |
17 | LibreSSL http://www.libressl.org/ ; or | 17 | - LibreSSL (http://www.libressl.org/) |
18 | OpenSSL http://www.openssl.org/ | 18 | - OpenSSL 1.0.x >= 1.0.1 or 1.1.0 >= 1.1.0g (http://www.openssl.org/) |
19 | 19 | ||
20 | LibreSSL/OpenSSL should be compiled as a position-independent library | 20 | LibreSSL/OpenSSL should be compiled as a position-independent library |
21 | (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. | 21 | (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. |
22 | If you must use a non-position-independent libcrypto, then you may need | 22 | If you must use a non-position-independent libcrypto, then you may need |
23 | to configure OpenSSH --without-pie. Note that because of API changes, | 23 | to configure OpenSSH --without-pie. Note that due to a bug in EVP_CipherInit |
24 | OpenSSL 1.1.x is not currently supported. | 24 | OpenSSL 1.1 versions prior to 1.1.0g can't be used. |
25 | 25 | ||
26 | The remaining items are optional. | 26 | The remaining items are optional. |
27 | 27 | ||