X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_crypto.c;h=a9dd5934bc58e357ad62878c3edc20b263462d53;hb=01cc19a4c2da27b4db0e980ccd3ca54d834319c8;hp=0db01ac47b8fdcd0bb8dafadf63f87bf65c2c1e0;hpb=03e37ac6a49a6c06b2f1e6aee1c6d1d01836ab07;p=citadel.git diff --git a/citadel/serv_crypto.c b/citadel/serv_crypto.c index 0db01ac47..a9dd5934b 100644 --- a/citadel/serv_crypto.c +++ b/citadel/serv_crypto.c @@ -35,11 +35,14 @@ #include "server.h" #include "serv_crypto.h" #include "sysdep_decls.h" -#include "serv_extensions.h" #include "citadel.h" #include "config.h" +#include "ctdl_module.h" +/* TODO: should we use the standard module init stuff to start this? */ +/* TODO: should we register an event handler to call destruct_ssl? */ + #ifdef HAVE_OPENSSL SSL_CTX *ssl_ctx; /* SSL context */ pthread_mutex_t **SSLCritters; /* Things needing locking */