diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-30 12:40:14 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-30 12:40:14 +0100 |
commit | 486435c147e6af12f8e9ad0cffec98e742fea2c4 (patch) | |
tree | e308f8d648e599c9e040e0c324c076466e24988f /src/libcryptobox | |
parent | c5d65b9430d7c6991e2f6fb9454bfe761737d1d0 (diff) | |
download | rspamd-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.c | 2 |
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 |