]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit492fd02409f0386c50eb0afa92ca4b9bfca94653
treea8fcb137cef9b4dc5aad05ca55e3b70067c142d0
parent11bbef0eece8aa24ae20aac1b0f9aa544f7aea92
parent24ba4ba3adf96dc5f0902d81821c0a8dd12d3732
fix: dev: Update fxhash constants

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