summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
committerColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
commita8ed8d256b2e2c05b0c15565a7938028c5192277 (patch)
tree87abbdc914a38b43e4e5bb9581ad1f46eabbf88e /INSTALL
parentf0329aac23c61e1a5197d6d57349a63f459bccb0 (diff)
parent99522ba7ec6963a05c04a156bf20e3ba3605987c (diff)
Import openssh_7.3p1.orig.tar.gz
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