OpenSSL development is now 3.1.*

This commit is contained in:
Darren Tucker 2021-09-05 19:33:22 +10:00
parent a60209a586
commit 864ed0d5e0
1 changed files with 2 additions and 1 deletions

View File

@ -2761,7 +2761,8 @@ if test "x$openssl" = "xyes" ; then
;;
101*) ;; # 1.1.x
200*) ;; # LibreSSL
300*) ;; # OpenSSL development branch.
300*) ;; # OpenSSL 3
310*) ;; # OpenSSL development branch.
*)
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
;;