From 3462fb6880a6b4bbbc59b03eaaf84160bd019c2f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 18 Nov 2020 20:05:22 +0100 Subject: [PATCH] After detecting OpenSSL/LibreSSL explicitly mention the "special exception" from section 3 of the GPLv2 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 7d3341de..bbc79161 100644 --- a/configure.in +++ b/configure.in @@ -1201,6 +1201,7 @@ if test X"$OPT_OPENSSL" != Xno; then if test "x$FEATURE_HTTPS_INSPECTION_OPENSSL" = "xyes"; then AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.]) + AC_MSG_WARN([If you intend to redistribute Privoxy, please make sure the "special exception" from section 3 of the GPLv2 applies.]) LIBS="$LIBS -lssl -lcrypto" old_CFLAGS_nospecial="$old_CFLAGS_nospecial" -- 2.39.2