mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
c01a5c0527
To prevent copy-and-paste mistake. This also introduce in_addr_hash_func(). No functional change, just refactoring.
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
expression p, s;
|
|
@@
|
|
- siphash24_compress(&p, sizeof(p), s);
|
|
+ siphash24_compress_typesafe(p, s);
|