aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-30 17:47:29 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-30 17:47:29 +0100
commit86fd610b9e4678760b2bed3b1838cf154984f4db (patch)
treeeeee30c8c460883db7139258a9ad58916e14cc1b /src/fuzzy_storage.h
parent54f1ecec072de389a8ed0d14f18a589e62045fd7 (diff)
downloadrspamd-86fd610b9e4678760b2bed3b1838cf154984f4db.tar.gz
rspamd-86fd610b9e4678760b2bed3b1838cf154984f4db.zip
Add encryption to fuzzy check plugin.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r--src/fuzzy_storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h
index 2e97f8190..51f6a14f4 100644
--- a/src/fuzzy_storage.h
+++ b/src/fuzzy_storage.h
@@ -63,4 +63,6 @@ RSPAMD_PACKED(rspamd_fuzzy_encrypted_reply) {
struct rspamd_fuzzy_reply rep;
};
+static const guchar fuzzy_encrypted_magic[4] = {'r', 's', 'f', 'e'};
+
#endif