X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fsysdep.c;fp=citadel%2Fsysdep.c;h=280aa91e9ca4a37a75b838123d484ed08c2fd433;hp=31ece9856ce011e9a7a75848833b907a9b769811;hb=fbfe0f78c4705c67449c08a7b8be897a3e39e3d8;hpb=7850326b60752df57374eb0b58aae78c28b30998 diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 31ece9856..280aa91e9 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -37,7 +37,7 @@ #include "config.h" #include "ctdl_module.h" #include "sysdep_decls.h" -#include "modules/crypto/serv_crypto.h" // Needed for init_ssl, client_write_ssl, client_read_ssl, destruct_ssl +#include "modules/crypto/serv_crypto.h" // Needed for init_ssl, client_write_ssl, client_read_ssl #include "housekeeping.h" #include "context.h" @@ -632,9 +632,6 @@ void close_masters(void) { void sysdep_master_cleanup(void) { close_masters(); context_cleanup(); -#ifdef HAVE_OPENSSL - destruct_ssl(); -#endif }