X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fssl-openssl.c;h=8fe7b9e15a4ca3d5ea0c71500f792152701d3b53;hb=5a723273828ffc7b3889e538344c65cc15eb3696;hp=c8785a3f9a733e3df387e981cd523af201148f80;hpb=3c5954e94a1b6a035e8afcaa7e8eeec76c817eba;p=ashd.git diff --git a/src/ssl-openssl.c b/src/ssl-openssl.c index c8785a3..8fe7b9e 100644 --- a/src/ssl-openssl.c +++ b/src/ssl-openssl.c @@ -18,7 +18,9 @@ #include #include +#include #include +#include #include #ifdef HAVE_CONFIG_H @@ -33,6 +35,8 @@ #include "htparser.h" +#ifdef HAVE_OPENSSL + #include #include @@ -300,3 +304,5 @@ void handleossl(int argc, char **argp, char **argv) bufadd(listeners, mustart(listenloop, pd)); } } + +#endif