aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamd.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-11 12:40:25 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-11 12:40:25 +0100
commit78ba3dfdbf1b5e0747f4e9258f48c8adc2a5482d (patch)
tree7ea9703a9ee419f450b6180b87d25f75e1416652 /src/rspamd.h
parentc5064c42570b60b5687004de82ce14993085dafd (diff)
downloadrspamd-78ba3dfdbf1b5e0747f4e9258f48c8adc2a5482d.tar.gz
rspamd-78ba3dfdbf1b5e0747f4e9258f48c8adc2a5482d.zip
[Feature] Initialize ssl library to use SSL connections
Diffstat (limited to 'src/rspamd.h')
-rw-r--r--src/rspamd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h
index c0c60185d..6a24370aa 100644
--- a/src/rspamd.h
+++ b/src/rspamd.h
@@ -19,6 +19,7 @@
#include "libserver/events.h"
#include "libserver/roll_history.h"
#include "libserver/task.h"
+#include <openssl/ssl.h>
#include <magic.h>
@@ -295,6 +296,7 @@ struct rspamd_external_libs_ctx {
void **local_addrs;
struct rspamd_cryptobox_library_ctx *crypto_ctx;
struct ottery_config *ottery_cfg;
+ SSL_CTX *ssl_ctx;
ref_entry_t ref;
};