]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
compat: use timingsafe_bcmp if available
authorRoy Marples <roy@marples.name>
Sun, 1 Jun 2025 15:52:28 +0000 (16:52 +0100)
committerRoy Marples <roy@marples.name>
Sun, 1 Jun 2025 15:55:48 +0000 (16:55 +0100)
commit46b6a361bb0444c4e93bc565bbee2ea17e65d2d1
tree1187cbd8d80e0f904c4de6246ec2e4a0145749e0
parent16d65603a84b15862adf05e7257aea46435fe6ff
compat: use timingsafe_bcmp if available

Its return value is the opposite of consttime_memequal.
This function is available all modern BSD's except for NetBSD where
we have consttime_memequal.
configure