]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Update fxhash constants
authorOndřej Surý <ondrej@isc.org>
Tue, 26 Aug 2025 07:46:14 +0000 (09:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Aug 2025 07:46:14 +0000 (09:46 +0200)
The fxhash implementation was missing a constant for 32-bit platforms.
This has been fixed.  Constant for 64-bit platform was update to match
the current Rust constants.

Merge branch 'ondrej/update-fxhash-constants' into 'main'

See merge request isc-projects/bind9!10894


Trivial merge