diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 11:49:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 11:49:26 +0100 |
commit | 16ce35fa199d23a4c1c6b5dfe5d697b9efb7c2f1 (patch) | |
tree | 309d67ad0ba9d4b4f9cb67b9780817c6d1445a85 /src/fuzzy_storage.c | |
parent | eb677991227e19ed2cd573dab1b94cd27ac49e85 (diff) | |
download | rspamd-16ce35fa199d23a4c1c6b5dfe5d697b9efb7c2f1.tar.gz rspamd-16ce35fa199d23a4c1c6b5dfe5d697b9efb7c2f1.zip |
Fix fuzzy storage constants
Diffstat (limited to 'src/fuzzy_storage.c')
-rw-r--r-- | src/fuzzy_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index 4d4171e99..09fc0fcf6 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -105,7 +105,7 @@ struct fuzzy_session { guint64 time; rspamd_inet_addr_t *addr; struct rspamd_fuzzy_storage_ctx *ctx; - guchar nm[rspamd_cryptobox_NMBYTES]; + guchar nm[rspamd_cryptobox_MAX_NMBYTES]; }; static gboolean |