windows build: add a comment for "openssl" being an option for building
authorLee <ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:54:07 +0000 (09:54 -0400)
committerLee <ler762@users.sourceforge.net>
Thu, 3 Apr 2025 13:54:07 +0000 (09:54 -0400)
windows/MYconfigure

index 097196a..eb309ff 100755 (executable)
@@ -163,6 +163,7 @@ LDFLAGS="${LDFLAGS} -L${lib}"
 
 # pick a library for doing https interception (ie. playing man-in-the-middle)
 #   mbedtls
+#   openssl
 #   none
 mitmlib="mbedtls"