diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-05 18:15:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-05 18:15:36 +0000 |
commit | 7ad02fc1f7e786a0db9f1e25f34d2771997a1c57 (patch) | |
tree | 470f0c331e79aaed299cd14ab9fb4c3951a082bd /src/libutil/util.c | |
parent | 23889da9ae115fbc23b43b856c06e94c12e3bb82 (diff) | |
download | rspamd-7ad02fc1f7e786a0db9f1e25f34d2771997a1c57.tar.gz rspamd-7ad02fc1f7e786a0db9f1e25f34d2771997a1c57.zip |
[Rework] Use xxh3 as a default hash and fix memory/alignment issues
Diffstat (limited to 'src/libutil/util.c')
-rw-r--r-- | src/libutil/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/util.c b/src/libutil/util.c index 27631ae65..2b0dfa9c1 100644 --- a/src/libutil/util.c +++ b/src/libutil/util.c @@ -17,7 +17,6 @@ #include "util.h" #include "unix-std.h" -#include "xxhash.h" #include "ottery.h" #include "cryptobox.h" |