[Privoxy-commits] [privoxy] 02/02: configure.in: wolfSSL has nothing to to with LibreSSL.

User Git git at git.privoxy.org
Sat Oct 12 12:13:36 CEST 2024


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

git pushed a commit to branch master
in repository privoxy.

commit 54269f04dd2b4c759ca1f5947c0062aa90726f9d
Author: Roland Rosenfeld <roland at debian.org>
AuthorDate: Sat Oct 12 12:10:23 2024 +0200

    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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list