X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fopenssl.c;h=5850b96f7733d3ba4d13acf82a5131719ba9b4c5;hp=19c34d406a8169f01c8f88f82f809e44ed6b4474;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/openssl.c b/src/openssl.c index 19c34d40..5850b96f 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -35,11 +35,7 @@ so, delete this exception statement from your version. */ #ifdef HAVE_UNISTD_H # include #endif -#ifdef HAVE_STRING_H -# include -#else -# include -#endif +#include #include #include @@ -52,10 +48,6 @@ so, delete this exception statement from your version. */ #include "url.h" #include "ssl.h" -#ifndef errno -extern int errno; -#endif - /* Application-wide SSL context. This is common to all SSL connections. */ SSL_CTX *ssl_ctx;