Remove commented-out mbedTLS-specific code in the OpenSSL section
authorFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:07:39 +0000 (12:07 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
configure.in

index 6f772f0..c1e8dba 100644 (file)
@@ -1203,7 +1203,6 @@ if test X"$OPT_OPENSSL" != Xno; then
     AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.])
 
     LIBS="$LIBS -lssl -lcrypto"
     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=
     old_CFLAGS_nospecial="$old_CFLAGS_nospecial"
 
     FEATURE_HTTPS_INSPECTION_ONLY=