diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-14 12:20:25 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-14 12:20:25 -0500 |
commit | b8ed8b124aaff754e244dff6930b36c192fa69e0 (patch) | |
tree | c6d7caf75d42584eaf0227332d6c43ecc76d7565 /src/libudev/siphash24.h | |
parent | fd98dfdcb889c74c84a00e54e8094f9c91387c6a (diff) |
src/libudev: bring in line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/siphash24.h')
-rw-r--r-- | src/libudev/siphash24.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libudev/siphash24.h b/src/libudev/siphash24.h new file mode 100644 index 0000000000..3253c179b6 --- /dev/null +++ b/src/libudev/siphash24.h @@ -0,0 +1,4 @@ +#include <inttypes.h> +#include <sys/types.h> + +void siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]); |