[openssh-commits] [openssh] 01/01: fix incorrect range of OpenSSL versions supported
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Nov 24 10:24:20 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit a65655fb1a12b77fb22f9e71559b9d73030ec8ff
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 24 10:23:47 2017 +1100
fix incorrect range of OpenSSL versions supported
Pointed out by Solar Designer
---
INSTALL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index e4865bbb..96563fc9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ OpenSSL)
Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
http://www.gzip.org/zlib/
-libcrypto (LibreSSL or OpenSSL >= 0.9.8f < 1.1.0)
+libcrypto (LibreSSL or OpenSSL >= 1.0.1 < 1.1.0)
LibreSSL http://www.libressl.org/ ; or
OpenSSL http://www.openssl.org/
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list