]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd-network/sd-dhcp-server.c
siphash24: unify API
authorTom Gundersen <teg@jklm.no>
Tue, 6 Oct 2015 13:04:42 +0000 (15:04 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 6 Oct 2015 15:47:00 +0000 (17:47 +0200)
commit0cb3c286883b694fc52a18a3b559ff98931641f3
treef8c3cf9104b3ea8fc180bd1de1e72119dfe4524e
parent8c60d978bd3453659bfa7f4d90a17ba5fa3e0774
siphash24: unify API

Make the API of the new helpers more similar to the old wrapper.

In particular we now return the hash as a byte string to avoid
any endianness problems.
src/basic/hashmap.c
src/basic/siphash24.c
src/basic/siphash24.h
src/journal/journald-rate-limit.c
src/libsystemd-network/sd-dhcp-server.c
src/libsystemd-network/test-dhcp-server.c
src/test/test-siphash24.c