mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user