aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_dkim_test.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-21 12:18:19 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-22 10:57:29 +0100
commit300acf008d6d194f0107e293a20cfb88611546e9 (patch)
treea7706600533bbdb32efcfe6078b6a5ae330f3ec5 /test/rspamd_dkim_test.c
parentb862f3717beee6bf735cfd89a51f41440b26bd0c (diff)
downloadrspamd-300acf008d6d194f0107e293a20cfb88611546e9.tar.gz
rspamd-300acf008d6d194f0107e293a20cfb88611546e9.zip
[Test] Fix functional tests
Diffstat (limited to 'test/rspamd_dkim_test.c')
-rw-r--r--test/rspamd_dkim_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c
index 1cb6bf90e..b614e06f7 100644
--- a/test/rspamd_dkim_test.c
+++ b/test/rspamd_dkim_test.c
@@ -26,7 +26,7 @@ static const gchar test_dkim_sig[] = "v=1; a=rsa-sha256; c=relaxed/relaxed; "
"oq3BLHap0GcMTTpSOgfQOKa8Df35Ns11JoOFjdBQ8GpM99kOrJP+vZcT8b7AMfthYm0Kwy"
"D9TjlkpScuoY5LjsWVnijh9dSNVLFqLatzg=;";
-extern struct ev_loop *base;
+extern struct ev_loop *event_loop;
static void
test_key_handler (rspamd_dkim_key_t *key, gsize keylen, rspamd_dkim_context_t *ctx, gpointer ud, GError *err)