From cff17ae123c66edd9967f0a9b56296198c3c1412 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 1 Sep 2020 12:07:39 +0200 Subject: [PATCH] Remove commented-out mbedTLS-specific code in the OpenSSL section --- configure.in | 1 - 1 file changed, 1 deletion(-) 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= -- 2.39.2