X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysdep.c;h=bba4147aa50da6d13059fcfcbd02ff4624f13163;hb=HEAD;hp=0c58118a0847a8abb035d3c870d814a073d9bf27;hpb=04d035f266fd84b2b081ad3bc37547bb68c6dce8;p=citadel.git diff --git a/webcit/sysdep.c b/webcit/sysdep.c index 0c58118a0..e5f928d52 100644 --- a/webcit/sysdep.c +++ b/webcit/sysdep.c @@ -48,7 +48,7 @@ #include #endif -#include "webserver.h" + #include "modules_init.h" #if HAVE_BACKTRACE #include @@ -179,11 +179,6 @@ void ShutDownWebcit(void) icalmemory_free_ring (); ShutDownLibCitadel (); shutdown_modules (); -#ifdef HAVE_OPENSSL - if (is_https) { - shutdown_ssl(); - } -#endif } /*