[openssh-commits] [openssh] 01/01: don't fatal ./configure for LibreSSL
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 29 09:06:47 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit bba69c246f0331f657fd6ec97724df99fc1ad174
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 28 16:06:21 2017 -0700
don't fatal ./configure for LibreSSL
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 4eb65f52..889f5063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2550,6 +2550,7 @@ if test "x$openssl" = "xyes" ; then
AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")])
;;
100*) ;; # 1.0.x
+ 200*) ;; # LibreSSL
*)
AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")])
;;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list