summaryrefslogtreecommitdiff
path: root/src/libudev/siphash24.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/siphash24.h')
-rw-r--r--src/libudev/siphash24.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libudev/siphash24.h b/src/libudev/siphash24.h
deleted file mode 100644
index 3253c179b6..0000000000
--- a/src/libudev/siphash24.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <inttypes.h>
-#include <sys/types.h>
-
-void siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]);