[openssh-commits] [openssh] 01/01: fix broken case statement in previous

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 24 14:44:00 AEST 2022


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 5fd922ade1b25880fe8a8249f5c0385e413108f9
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jun 24 14:43:54 2022 +1000

    fix broken case statement in previous
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 116b9750..5d6cceaf 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")])
 		                ;;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list