Allow building against OpenSSL dev (3.x) version.

This commit is contained in:
Darren Tucker 2019-01-22 20:38:40 +11:00
parent d552039357
commit c882d74652
1 changed files with 2 additions and 1 deletions

View File

@ -2622,8 +2622,9 @@ if test "x$openssl" = "xyes" ; then
;;
101*) ;; # 1.1.x
200*) ;; # LibreSSL
300*) ;; # OpenSSL development branch.
*)
AC_MSG_ERROR([OpenSSL > 1.1.x is not yet supported (have "$ssl_library_ver")])
AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")])
;;
esac
AC_MSG_RESULT([$ssl_library_ver])