summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2022-06-24 14:43:54 +1000
committerDamien Miller <djm@mindrot.org>2022-06-24 14:43:54 +1000
commit5fd922ade1b25880fe8a8249f5c0385e413108f9 (patch)
tree706f1801a569329e5c77f9d455477c82831826be /configure.ac
parentf51423bdaf0008d46b6af082bcfd7a22a87375f0 (diff)
downloadopenssh-git-5fd922ade1b25880fe8a8249f5c0385e413108f9.tar.gz
fix broken case statement in previous
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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")])
;;