mirror of git://anongit.mindrot.org/openssh.git
don't fatal ./configure for LibreSSL
This commit is contained in:
parent
04dc070e8b
commit
bba69c246f
|
@ -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")])
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue