aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-25 23:30:27 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-25 23:30:27 +0000
commitb2a31b2fa2e7b8279af0568f36e657b0375ecad6 (patch)
treeea055b6e27607175253cfa42cde73911091c1f87 /src/fuzzy_storage.h
parent293fbe463c776c1d169d4030db62fff6cf1fbba4 (diff)
downloadrspamd-b2a31b2fa2e7b8279af0568f36e657b0375ecad6.tar.gz
rspamd-b2a31b2fa2e7b8279af0568f36e657b0375ecad6.zip
Adopt the rest of rspamd for new hash api.
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 e2e959087..c19c6d00e 100644
--- a/src/fuzzy_storage.h
+++ b/src/fuzzy_storage.h
@@ -20,7 +20,7 @@ RSPAMD_PACKED(rspamd_fuzzy_cmd) {
guint8 flag;
gint32 value;
guint32 tag;
- gchar digest[64];
+ gchar digest[rspamd_cryptobox_HASHBYTES];
};
RSPAMD_PACKED(rspamd_fuzzy_shingle_cmd) {