[Privoxy-commits] [privoxy] branch master updated: windows: add the option to build with openssl
User Git
git at git.privoxy.org
Thu Apr 3 15:52:27 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 52ad22de windows: add the option to build with openssl
52ad22de is described below
commit 52ad22de6a52733a9cdf1733f56e524fc078aac8
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Thu Apr 3 09:52:23 2025 -0400
windows: add the option to build with openssl
---
windows/MYconfigure | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 3e78fe3a..097196a1 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -180,6 +180,14 @@ LDFLAGS="${LDFLAGS} -L${lib}"
LIBS="${LIBS} -lbcrypt"
# fixes the undefined reference to `BCryptGenRandom at 16'
+
+elif [ "$mitmlib" = "openssl" ]; then
+MITMOPT="--with-openssl"
+
+# OpenSSL
+# using the cygwin supplied mingw32 openssl library
+
+
else
MITMOPT=""
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list