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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/ssl_util.h b/src/libutil/ssl_util.h
index 73a940e00..3bae1edc0 100644
--- a/src/libutil/ssl_util.h
+++ b/src/libutil/ssl_util.h
@@ -30,7 +30,7 @@ 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 event_base *ev_base, gboolean verify_peer);
+ struct ev_loop *ev_base, gboolean verify_peer);
/**
* Connects SSL session using the specified (connected) FD