mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
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")])
|
AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")])
|
||||||
;;
|
;;
|
||||||
100*) ;; # 1.0.x
|
100*) ;; # 1.0.x
|
||||||
|
200*) ;; # LibreSSL
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")])
|
AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")])
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user