OpenSSL dev branch is 302 not 320.
While there, also accept 301 which it shat it was previously.
This commit is contained in:
parent
25c8a2bbcc
commit
f6d3ed9a8a
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue