[Privoxy-commits] [privoxy] 25/38: configure.in: Don't claim that OpenSSL has been detected when it may be LibreSSL

User Git git at git.privoxy.org
Thu Apr 9 09:37:23 CEST 2026


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

git pushed a commit to branch master
in repository privoxy.

commit 12215eb389e3295a24dac90f267ecc166a66f4bd
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Apr 2 11:05:32 2026 +0200

    configure.in: Don't claim that OpenSSL has been detected when it may be LibreSSL
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 2b571b2e..72dbc032 100644
--- a/configure.in
+++ b/configure.in
@@ -1226,7 +1226,7 @@ if test X"$OPT_OPENSSL" != Xno; then
   fi
 
   if test "x$FEATURE_HTTPS_INSPECTION_OPENSSL" = "xyes"; then
-    AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.])
+    AC_MSG_NOTICE([Detected OpenSSL-compatible library. Enabling https inspection.])
 
     LIBS="$LIBS -lssl -lcrypto"
     old_CFLAGS_nospecial="$old_CFLAGS_nospecial"

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


More information about the Privoxy-commits mailing list