From ec400b8d1660d7a3c9a858e1461e3e22c591b1b3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 19 Oct 2002 17:05:08 +0000 Subject: [PATCH] Silence compile warning, when compiling --with-openssl. --- main/network.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/network.c b/main/network.c index 280ced0617..893dbf8825 100644 --- a/main/network.c +++ b/main/network.c @@ -49,6 +49,10 @@ #include #endif +#ifdef HAVE_OPENSSL_EXT +#include +#endif + #ifdef HAVE_SYS_SELECT_H #include #endif -- 2.50.1