don't fatal ./configure for LibreSSL

This commit is contained in:
Damien Miller 2017-09-28 16:06:21 -07:00
parent 04dc070e8b
commit bba69c246f
1 changed files with 1 additions and 0 deletions

View File

@ -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")])
;;