diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-13 15:44:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-13 17:31:29 +0100 |
commit | 0c5266d324b0e80d1606b9cf49af0ca34799ad5c (patch) | |
tree | 506d270092941163713489551ab5a1dd078f7f20 /src/libutil/ssl_util.h | |
parent | bc6a03a1086e8f7d1c1211633f61ee25b12e16a2 (diff) | |
download | rspamd-0c5266d324b0e80d1606b9cf49af0ca34799ad5c.tar.gz rspamd-0c5266d324b0e80d1606b9cf49af0ca34799ad5c.zip |
[Feature] Allow https maps
Diffstat (limited to 'src/libutil/ssl_util.h')
-rw-r--r-- | src/libutil/ssl_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/ssl_util.h b/src/libutil/ssl_util.h index 1fcd65a35..719c8ffd1 100644 --- a/src/libutil/ssl_util.h +++ b/src/libutil/ssl_util.h @@ -29,7 +29,8 @@ typedef void (*rspamd_ssl_error_handler_t)(gpointer d, GError *err); * @param ssl_ctx initialized SSL_CTX structure * @return opaque connection data */ -struct rspamd_ssl_connection * rspamd_ssl_connection_new (gpointer ssl_ctx); +struct rspamd_ssl_connection * rspamd_ssl_connection_new (gpointer ssl_ctx, + struct event_base *ev_base); /** * Connects SSL session using the specified (connected) FD |