aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/ssl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/ssl_util.h')
-rw-r--r--src/libutil/ssl_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libutil/ssl_util.h b/src/libutil/ssl_util.h
index 75436f2cc..c934bebaa 100644
--- a/src/libutil/ssl_util.h
+++ b/src/libutil/ssl_util.h
@@ -36,7 +36,9 @@ typedef void (*rspamd_ssl_error_handler_t) (gpointer d, GError *err);
* @return opaque connection data
*/
struct rspamd_ssl_connection *rspamd_ssl_connection_new (gpointer ssl_ctx,
- struct ev_loop *ev_base, gboolean verify_peer);
+ struct ev_loop *ev_base,
+ gboolean verify_peer,
+ const gchar *log_tag);
/**
* Connects SSL session using the specified (connected) FD