MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes
authorDragan Dosen <ddosen@haproxy.com>
Tue, 22 Dec 2020 12:22:34 +0000 (13:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 05:39:21 +0000 (06:39 +0100)
commit967e7e79af0654e094d0bb6f6b8ceb1fa36dffa2
treef63ae7ee42df01567674a425851d47e53781a9e5
parentde37443e649cddd3a31abba56821642e74c531c9
MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes

Replace the XXH64() function calls with the XXH3 variant function
XXH3_64bits_withSeed() where possible.
include/haproxy/compat.h
src/51d.c
src/pattern.c
src/ssl_sock.c