From: Damien Miller Date: Thu, 28 Sep 2017 23:06:21 +0000 (-0700) Subject: don't fatal ./configure for LibreSSL X-Git-Tag: V_7_6_P1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba69c246f0331f657fd6ec97724df99fc1ad174;p=thirdparty%2Fopenssh-portable.git don't fatal ./configure for LibreSSL --- diff --git a/configure.ac b/configure.ac index 4eb65f52c..889f50637 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")]) ;;