From 54269f04dd2b4c759ca1f5947c0062aa90726f9d Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Sat, 12 Oct 2024 12:10:23 +0200 Subject: [PATCH] configure.in: wolfSSL has nothing to to with LibreSSL. additionally change Wolfssl to wolfSSL, which is their own notation. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 1f7256dd..7d66ea31 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.49.0