Add OpenSSL 3.3.0 as a known dev version.

This commit is contained in:
Darren Tucker 2023-10-30 18:34:12 +11:00
parent 917ba181c2
commit 3e21d58a09
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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