From: Damien Miller Date: Fri, 24 Jun 2022 04:43:54 +0000 (+1000) Subject: fix broken case statement in previous X-Git-Tag: V_9_1_P1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd922ade1b25880fe8a8249f5c0385e413108f9;p=thirdparty%2Fopenssh-portable.git fix broken case statement in previous --- diff --git a/configure.ac b/configure.ac index 116b9750d..5d6cceafa 100644 --- a/configure.ac +++ b/configure.ac @@ -2803,6 +2803,7 @@ if test "x$openssl" = "xyes" ; then 301*) # OpenSSL development branch; request 1.1x API CPPFLAGS="$CPPFLAGS -DOPENSSL_API_COMPAT=0x10100000L" + ;; *) AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")]) ;;