fix broken case statement in previous

This commit is contained in:
Damien Miller 2022-06-24 14:43:54 +10:00
parent f51423bdaf
commit 5fd922ade1
1 changed files with 1 additions and 0 deletions

View File

@ -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")])
;;