mirror of git://anongit.mindrot.org/openssh.git
OpenSSL 1.1.x not currently supported.
This commit is contained in:
parent
7df91b01fc
commit
a162dd5e58
5
INSTALL
5
INSTALL
|
@ -7,14 +7,15 @@ OpenSSL)
|
||||||
Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems):
|
Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems):
|
||||||
http://www.gzip.org/zlib/
|
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
|
LibreSSL http://www.libressl.org/ ; or
|
||||||
OpenSSL http://www.openssl.org/
|
OpenSSL http://www.openssl.org/
|
||||||
|
|
||||||
LibreSSL/OpenSSL should be compiled as a position-independent library
|
LibreSSL/OpenSSL should be compiled as a position-independent library
|
||||||
(i.e. with -fPIC) otherwise OpenSSH will not be able to link with it.
|
(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
|
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.
|
The remaining items are optional.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue