OpenSSL dev branch is 302 not 320.

While there, also accept 301 which it shat it was previously.
This commit is contained in:
Darren Tucker 2022-10-31 05:13:02 +11:00
parent 25c8a2bbcc
commit f6d3ed9a8a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2812,7 +2812,7 @@ if test "x$openssl" = "xyes" ; then
# OpenSSL 3; we use the 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;
320*)
301*|302*)
# OpenSSL development branch; request 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;