Unified the openssl library initialization code
[citadel.git] / webcit / sysdep.c
index 0c58118a0847a8abb035d3c870d814a073d9bf27..7c699699afb83939feddd2410f390111ff82ece5 100644 (file)
@@ -179,11 +179,6 @@ void ShutDownWebcit(void)
        icalmemory_free_ring ();
        ShutDownLibCitadel ();
        shutdown_modules ();
-#ifdef HAVE_OPENSSL
-       if (is_https) {
-               shutdown_ssl();
-       }
-#endif
 }
 
 /*