summaryrefslogtreecommitdiffstats
path: root/test/rspamd_dkim_test.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-21 12:23:13 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-22 10:57:29 +0100
commit477793ef56061694400a116f43a0e2e41d4efaeb (patch)
tree85e2fd373a843e31995c38aa53aa8e2949fb4e1c /test/rspamd_dkim_test.c
parent300acf008d6d194f0107e293a20cfb88611546e9 (diff)
downloadrspamd-477793ef56061694400a116f43a0e2e41d4efaeb.tar.gz
rspamd-477793ef56061694400a116f43a0e2e41d4efaeb.zip
[Minor] Sigh, another fix
Diffstat (limited to 'test/rspamd_dkim_test.c')
-rw-r--r--test/rspamd_dkim_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c
index b614e06f7..f9018bf68 100644
--- a/test/rspamd_dkim_test.c
+++ b/test/rspamd_dkim_test.c
@@ -27,7 +27,7 @@ static const gchar test_dkim_sig[] = "v=1; a=rsa-sha256; c=relaxed/relaxed; "
"D9TjlkpScuoY5LjsWVnijh9dSNVLFqLatzg=;";
extern struct ev_loop *event_loop;
-
+#if 0
static void
test_key_handler (rspamd_dkim_key_t *key, gsize keylen, rspamd_dkim_context_t *ctx, gpointer ud, GError *err)
{
@@ -48,7 +48,7 @@ session_fin (gpointer unused)
return TRUE;
}
-
+#endif
void
rspamd_dkim_test_func ()
{