mirror of git://anongit.mindrot.org/openssh.git
OpenSSL development is now 3.1.*
This commit is contained in:
parent
a60209a586
commit
864ed0d5e0
|
@ -2761,7 +2761,8 @@ if test "x$openssl" = "xyes" ; then
|
||||||
;;
|
;;
|
||||||
101*) ;; # 1.1.x
|
101*) ;; # 1.1.x
|
||||||
200*) ;; # LibreSSL
|
200*) ;; # LibreSSL
|
||||||
300*) ;; # OpenSSL development branch.
|
300*) ;; # OpenSSL 3
|
||||||
|
310*) ;; # OpenSSL development branch.
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
|
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue