Moved to new module init structure.
[citadel.git] / citadel / serv_crypto.c
index 0db01ac47b8fdcd0bb8dafadf63f87bf65c2c1e0..a9dd5934bc58e357ad62878c3edc20b263462d53 100644 (file)
 #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 */