Correct version_num for OpenSSL dev branch.

This commit is contained in:
Darren Tucker 2021-09-05 20:45:42 +10:00
parent 65bb011113
commit 7acb3578cd
1 changed files with 1 additions and 1 deletions

View File

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