From: Darren Tucker Date: Sun, 30 Oct 2022 18:13:02 +0000 (+1100) Subject: OpenSSL dev branch is 302 not 320. X-Git-Tag: V_9_2_P1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d3ed9a8a9280cbb68d6a499850cfe810e92bd0;p=thirdparty%2Fopenssh-portable.git OpenSSL dev branch is 302 not 320. While there, also accept 301 which it shat it was previously. --- diff --git a/configure.ac b/configure.ac index 679a18dbb..c591a0413 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" ;; - 320*) + 301*|302*) # OpenSSL development branch; request 1.1x API CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L" ;;