From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 1 Sep 2020 10:07:39 +0000 (+0200)
Subject: Remove commented-out mbedTLS-specific code in the OpenSSL section
X-Git-Tag: v_3_0_29~220
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@default-cgi@show-url-info?a=commitdiff_plain;h=cff17ae123c66edd9967f0a9b56296198c3c1412;p=privoxy.git

Remove commented-out mbedTLS-specific code in the OpenSSL section
---

diff --git a/configure.in b/configure.in
index 6f772f06..c1e8dbac 100644
--- a/configure.in
+++ b/configure.in
@@ -1203,7 +1203,6 @@ if test X"$OPT_OPENSSL" != Xno; then
     AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.])
 
     LIBS="$LIBS -lssl -lcrypto"
-#    old_CFLAGS_nospecial="-Imbedtls/include $old_CFLAGS_nospecial"
     old_CFLAGS_nospecial="$old_CFLAGS_nospecial"
 
     FEATURE_HTTPS_INSPECTION_ONLY=