aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
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