From: Darren Tucker Date: Sun, 5 Sep 2021 09:33:22 +0000 (+1000) Subject: OpenSSL development is now 3.1.* X-Git-Tag: V_8_8_P1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864ed0d5e04a503b97202c776b7cf3f163f3eeaa;p=thirdparty%2Fopenssh-portable.git OpenSSL development is now 3.1.* --- diff --git a/configure.ac b/configure.ac index cbf27db25..da9aa2d57 100644 --- a/configure.ac +++ b/configure.ac @@ -2761,7 +2761,8 @@ if test "x$openssl" = "xyes" ; then ;; 101*) ;; # 1.1.x 200*) ;; # LibreSSL - 300*) ;; # OpenSSL development branch. + 300*) ;; # OpenSSL 3 + 310*) ;; # OpenSSL development branch. *) AC_MSG_ERROR([Unknown/unsupported OpenSSL version ("$ssl_library_ver")]) ;;