Allow building against OpenSSL dev (3.x) version.
This commit is contained in:
parent
d552039357
commit
c882d74652
|
@ -2622,8 +2622,9 @@ if test "x$openssl" = "xyes" ; then
|
||||||
;;
|
;;
|
||||||
101*) ;; # 1.1.x
|
101*) ;; # 1.1.x
|
||||||
200*) ;; # LibreSSL
|
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
|
esac
|
||||||
AC_MSG_RESULT([$ssl_library_ver])
|
AC_MSG_RESULT([$ssl_library_ver])
|
||||||
|
|
Loading…
Reference in New Issue