From: Lee <ler762@users.sourceforge.net>
Date: Thu, 3 Apr 2025 13:52:23 +0000 (-0400)
Subject: windows: add the option to build with openssl
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=52ad22de6a52733a9cdf1733f56e524fc078aac8;p=privoxy.git

windows: add the option to build with openssl
---

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@16'
 
+
+elif [ "$mitmlib" = "openssl" ]; then
+MITMOPT="--with-openssl"
+
+# OpenSSL
+#   using the cygwin supplied mingw32 openssl library
+
+
 else
   MITMOPT=""
 fi