mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
parent
cd4b16c082
commit
eddecf4f6c
@ -4,3 +4,10 @@ expression p, s;
|
||||
@@
|
||||
- siphash24_compress(&p, sizeof(p), s);
|
||||
+ siphash24_compress_typesafe(p, s);
|
||||
|
||||
@@
|
||||
union in_addr_union p;
|
||||
expression f, s;
|
||||
@@
|
||||
- siphash24_compress(&p, FAMILY_ADDRESS_SIZE(f), s);
|
||||
+ in_addr_hash_func(&p, f, s);
|
||||
|
Loading…
Reference in New Issue
Block a user