summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-07-14 21:19:59 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-07-14 21:19:59 +1000
commita162dd5e58ca5b224d7500abe35e1ef32b5de071 (patch)
tree51e1b3906b0aae583107f83ad2e0b3bd270c8921 /INSTALL
parent7df91b01fc558a33941c5c5f31abbcdc53a729fb (diff)
OpenSSL 1.1.x not currently supported.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cbbb2df59..582eef8ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,14 +7,15 @@ OpenSSL)
7Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): 7Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems):
8http://www.gzip.org/zlib/ 8http://www.gzip.org/zlib/
9 9
10libcrypto (LibreSSL or OpenSSL >= 0.9.8f) 10libcrypto (LibreSSL or OpenSSL >= 0.9.8f < 1.1.0)
11LibreSSL http://www.libressl.org/ ; or 11LibreSSL http://www.libressl.org/ ; or
12OpenSSL http://www.openssl.org/ 12OpenSSL http://www.openssl.org/
13 13
14LibreSSL/OpenSSL should be compiled as a position-independent library 14LibreSSL/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.
16If you must use a non-position-independent libcrypto, then you may need 16If you must use a non-position-independent libcrypto, then you may need
17to configure OpenSSH --without-pie. 17to configure OpenSSH --without-pie. Note that because of API changes,
18OpenSSL 1.1.x is not currently supported.
18 19
19The remaining items are optional. 20The remaining items are optional.
20 21