diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 08:52:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-30 08:52:05 +0100 |
commit | be22540eeb544e14b28045c0cffab2076ddd3fea (patch) | |
tree | 39abb68e8208fc8d4964d6b421f38e3c786d1b7c /contrib/librdns/dns_private.h | |
parent | e1ad4dbd77ba8368b2fff286963cc232a1b9081d (diff) | |
download | rspamd-be22540eeb544e14b28045c0cffab2076ddd3fea.tar.gz rspamd-be22540eeb544e14b28045c0cffab2076ddd3fea.zip |
[Feature] Implement rdns-curve plugin based on rspamd cryptobox
Diffstat (limited to 'contrib/librdns/dns_private.h')
-rw-r--r-- | contrib/librdns/dns_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/librdns/dns_private.h b/contrib/librdns/dns_private.h index d2d1c08a3..c51849c8f 100644 --- a/contrib/librdns/dns_private.h +++ b/contrib/librdns/dns_private.h @@ -86,7 +86,7 @@ struct rdns_request { void *async_event; -#ifdef TWEETNACL +#if defined(TWEETNACL) || defined(USE_RSPAMD_CRYPTOBOX) void *curve_plugin_data; #endif |