windows/MYconfigure: enable building Privoxy with OpenSSL on Windows.
authorLee <ler762@users.sourceforge.net>
Wed, 9 Aug 2023 08:00:28 +0000 (04:00 -0400)
committerLee <ler762@users.sourceforge.net>
Wed, 9 Aug 2023 08:00:28 +0000 (04:00 -0400)
commita87d1d6abe304fccb8d8fd940430d85a432a3b59
tree221602e7b3e38f5364a6f64cc8ab4f2e80d1c5f6
parent96a448cdd70b7369131a3093a9711532ec4f5840
windows/MYconfigure: enable building Privoxy with OpenSSL on Windows.

way too many warnings in openssl.c about RSA deprecated-declarations
so add -Wno-deprecated-declarations to get rid of them.

make it easier to specify "--with-mbedtls" or "--with-openssl"
windows/MYconfigure