windows: add the option to build with openssl
authorLee <ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:52:23 +0000 (09:52 -0400)
committerLee <ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:52:23 +0000 (09:52 -0400)
windows/MYconfigure

index 3e78fe3..097196a 100755 (executable)
@@ -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