Bring in new dkim code
[citadel.git] / webcit / sysdep.c
index 0c58118a0847a8abb035d3c870d814a073d9bf27..e5f928d521caf8b85b4bc56ead6a50beb6eec9dd 100644 (file)
@@ -48,7 +48,7 @@
 #include <sys/select.h>
 #endif
 
-#include "webserver.h"
+
 #include "modules_init.h"
 #if HAVE_BACKTRACE
 #include <execinfo.h>
@@ -179,11 +179,6 @@ void ShutDownWebcit(void)
        icalmemory_free_ring ();
        ShutDownLibCitadel ();
        shutdown_modules ();
-#ifdef HAVE_OPENSSL
-       if (is_https) {
-               shutdown_ssl();
-       }
-#endif
 }
 
 /*