projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf95fdb
)
Remove commented-out mbedTLS-specific code in the OpenSSL section
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:07:39 +0000
(12:07 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000
(12:22 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
6f772f0
..
c1e8dba
100644
(file)
--- 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=