summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-12 22:03:07 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-12 22:03:07 +0000
commit7dd0c9d1bc23f7d5dde5fea3222704a28da76411 (patch)
treedc74a4672ea7b0d37763e139610b821109149d52 /src/fuzzy_storage.h
parent3effda3570a8b543fdfcee58306df0f72d8918f3 (diff)
downloadrspamd-7dd0c9d1bc23f7d5dde5fea3222704a28da76411.tar.gz
rspamd-7dd0c9d1bc23f7d5dde5fea3222704a28da76411.zip
Include key id into fuzzy command
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r--src/fuzzy_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h
index c19c6d00e..8cb586aed 100644
--- a/src/fuzzy_storage.h
+++ b/src/fuzzy_storage.h
@@ -37,7 +37,7 @@ RSPAMD_PACKED(rspamd_fuzzy_reply) {
RSPAMD_PACKED(rspamd_fuzzy_encrypted_req_hdr) {
guchar magic[4];
- guchar reserved[8];
+ guchar key_id[8];
guchar pubkey[32];
guchar nonce[rspamd_cryptobox_MAX_NONCEBYTES];
guchar mac[rspamd_cryptobox_MAX_MACBYTES];