projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2beba4
)
windows: add the option to build with openssl
author
Lee
<ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:52:23 +0000
(09:52 -0400)
committer
Lee
<ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:52:23 +0000
(09:52 -0400)
windows/MYconfigure
patch
|
blob
|
history
diff --git
a/windows/MYconfigure
b/windows/MYconfigure
index
3e78fe3
..
097196a
100755
(executable)
--- a/
windows/MYconfigure
+++ b/
windows/MYconfigure
@@
-180,6
+180,14
@@
LDFLAGS="${LDFLAGS} -L${lib}"
LIBS="${LIBS} -lbcrypt"
# fixes the undefined reference to `BCryptGenRandom@16'
+
+elif [ "$mitmlib" = "openssl" ]; then
+MITMOPT="--with-openssl"
+
+# OpenSSL
+# using the cygwin supplied mingw32 openssl library
+
+
else
MITMOPT=""
fi