From: Darren Tucker Date: Sun, 7 Sep 2025 03:35:22 +0000 (+1000) Subject: Accept OpenSSL 4.0.0-dev versions. X-Git-Tag: V_10_1_P1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54abadd3f286efea0dbbdbfea8011d5e1e30c074;p=thirdparty%2Fopenssh-portable.git Accept OpenSSL 4.0.0-dev versions. They seem to work, at least for now. --- diff --git a/configure.ac b/configure.ac index 530875e85..819e83689 100644 --- a/configure.ac +++ b/configure.ac @@ -3057,8 +3057,8 @@ if test "x$openssl" = "xyes" ; then *) ;; # Assume all other versions are good. esac ;; - 30*) - # OpenSSL 3; we use the 1.1x API + 30*|40*) + # OpenSSL 3 & 4; we use the 1.1x API # https://openssl.org/policies/general/versioning-policy.html CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L" ;;