X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fopenssl.c;h=60e794f6dbcb4bbc112f45bccb8989c15c1916db;hp=5520a77ecaf5e2a281e44577ff8819fc9edd640e;hb=4d564bd6309496f8b28a44cfb9db702907fbfa6f;hpb=99e9291da35252e2cc463982761ce0ca5841c48d diff --git a/src/openssl.c b/src/openssl.c index 5520a77e..60e794f6 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -46,6 +46,10 @@ as that of the covered work. */ #include "url.h" #include "ssl.h" +#ifdef WINDOWS +# include +#endif + /* Application-wide SSL context. This is common to all SSL connections. */ static SSL_CTX *ssl_ctx;