aboutsummaryrefslogtreecommitdiff
path: root/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'siphash.c')
-rw-r--r--siphash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/siphash.c b/siphash.c
index 8a7b063..c9864d6 100644
--- a/siphash.c
+++ b/siphash.c
@@ -82,4 +82,3 @@ siphash (const unsigned char key[16], const unsigned char *m, size_t len)
return v0 ^ v1 ^ v2 ^ v3;
}
-