aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-30 12:40:14 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-04-30 12:40:14 +0100
commit486435c147e6af12f8e9ad0cffec98e742fea2c4 (patch)
treee308f8d648e599c9e040e0c324c076466e24988f /src/libcryptobox
parentc5d65b9430d7c6991e2f6fb9454bfe761737d1d0 (diff)
downloadrspamd-486435c147e6af12f8e9ad0cffec98e742fea2c4.tar.gz
rspamd-486435c147e6af12f8e9ad0cffec98e742fea2c4.zip
[Minor] Remove t1ha0 as it causes too many issues
Diffstat (limited to 'src/libcryptobox')
-rw-r--r--src/libcryptobox/cryptobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c
index 5f8b2eca4..c0857b094 100644
--- a/src/libcryptobox/cryptobox.c
+++ b/src/libcryptobox/cryptobox.c
@@ -1511,7 +1511,7 @@ static inline guint64
rspamd_cryptobox_fast_hash_machdep (const void *data,
gsize len, guint64 seed)
{
- return t1ha0 (data, len, seed);
+ return t1ha2_atonce (data, len, seed);
}
static inline guint64