OpenSSL dev branch now identifies as 3.2.0.

This commit is contained in:
Darren Tucker 2022-10-18 06:29:16 +11:00
parent 195e5a65fd
commit 614252b05d
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"
;;
301*)
320*)
# OpenSSL development branch; request 1.1x API
CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L"
;;