diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-07-14 13:19:59 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-07-14 13:19:59 +0200 |
commit | a162dd5e58ca5b224d7500abe35e1ef32b5de071 (patch) | |
tree | 51e1b3906b0aae583107f83ad2e0b3bd270c8921 /INSTALL | |
parent | Check for VIS_ALL. (diff) | |
download | openssh-a162dd5e58ca5b224d7500abe35e1ef32b5de071.tar.xz openssh-a162dd5e58ca5b224d7500abe35e1ef32b5de071.zip |
OpenSSL 1.1.x not currently supported.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,14 +7,15 @@ OpenSSL) Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): http://www.gzip.org/zlib/ -libcrypto (LibreSSL or OpenSSL >= 0.9.8f) +libcrypto (LibreSSL or OpenSSL >= 0.9.8f < 1.1.0) LibreSSL http://www.libressl.org/ ; or OpenSSL http://www.openssl.org/ LibreSSL/OpenSSL should be compiled as a position-independent library (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. If you must use a non-position-independent libcrypto, then you may need -to configure OpenSSH --without-pie. +to configure OpenSSH --without-pie. Note that because of API changes, +OpenSSL 1.1.x is not currently supported. The remaining items are optional. |