]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
OpenSSL dev branch is 302 not 320.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 30 Oct 2022 18:13:02 +0000 (05:13 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 30 Oct 2022 18:26:24 +0000 (05:26 +1100)
While there, also accept 301 which it what it was previously.

configure.ac

index 679a18dbbccb9f6104d5b3d2564b9312aef007db..c591a041395daeab8dddecec641cbaaa14574a8a 100644 (file)
@@ -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"
                                ;;