windows: Enable building Privoxy with OpenSSL
authorLee <ler762@users.sourceforge.net>
Wed, 9 Aug 2023 07:47:37 +0000 (03:47 -0400)
committerLee <ler762@users.sourceforge.net>
Wed, 9 Aug 2023 07:47:37 +0000 (03:47 -0400)
commit96a448cdd70b7369131a3093a9711532ec4f5840
tree26a762bb0153db615e821c1a402f948f2ec08bb8
parentba0f8604adf6a9ef25c01ae181638754c49aa969
windows: Enable building Privoxy with OpenSSL

- openssl.c

I got random crashes when using openssl on windows; fixed with
  #include <openssl/applink.c>
I don't understand
  https://www.openssl.org/docs/faq.html
it seems to be applicable only to calling DLLs but even with
no DLLs involved that include also fixes the crashes that happen
when statically linking openssl

- project.h

pull in the required gunk for windows
openssl.c
project.h