From: Darren Tucker Date: Mon, 17 Oct 2022 19:29:16 +0000 (+1100) Subject: OpenSSL dev branch now identifies as 3.2.0. X-Git-Tag: V_9_2_P1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614252b05d70f798a0929b1cd3d213030ad4d007;p=thirdparty%2Fopenssh-portable.git OpenSSL dev branch now identifies as 3.2.0. --- diff --git a/configure.ac b/configure.ac index 165c49de4..679a18dbb 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;;