configure.in: wolfSSL has nothing to to with LibreSSL.
authorRoland Rosenfeld <roland@debian.org>
Sat, 12 Oct 2024 10:10:23 +0000 (12:10 +0200)
committerRoland Rosenfeld <roland@debian.org>
Sat, 12 Oct 2024 10:10:23 +0000 (12:10 +0200)
additionally change Wolfssl to wolfSSL, which is their own notation.

configure.in

index 1f7256d..7d66ea3 100644 (file)
@@ -1301,8 +1301,8 @@ dnl ========================================================
 FEATURE_HTTPS_INSPECTION_ONLY_WOLFSSL=#
 OPT_WOLFSSL=no
 AC_ARG_WITH(wolfssl,dnl
-AC_HELP_STRING([--with-wolfssl], [Enable Wolfssl/LibreSSL detection for https inspection.])
-AC_HELP_STRING([--without-wolfssl], [Disable Wolfssl/LibreSSL detection]),
+AC_HELP_STRING([--with-wolfssl], [Enable wolfSSL detection for https inspection.])
+AC_HELP_STRING([--without-wolfssl], [Disable wolfSSL detection]),
   OPT_WOLFSSL=$withval)
 
 if test X"$OPT_WOLFSSL" != Xno; then