aboutsummaryrefslogtreecommitdiff
path: root/testmain.c
diff options
context:
space:
mode:
authorJean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>2021-02-19 08:27:11 +0100
committerGitHub <noreply@github.com>2021-02-19 08:27:11 +0100
commit750cdc00bc86b927b0f0667ff781526c3a56df09 (patch)
tree3533de2c8c97de49b7a62eb41fe151ac17bd36f3 /testmain.c
parenthalfsiphash header + badge (diff)
parenttests (diff)
downloadsiphash-750cdc00bc86b927b0f0667ff781526c3a56df09.tar.gz
siphash-750cdc00bc86b927b0f0667ff781526c3a56df09.tar.xz
Merge pull request #34 from veorq/moretest
more tests and security checks
Diffstat (limited to 'testmain.c')
-rw-r--r--testmain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/testmain.c b/testmain.c
index bb9e024..6b46ed6 100644
--- a/testmain.c
+++ b/testmain.c
@@ -1,5 +1,3 @@
int siphash_test();
-int main(void) {
- return siphash_test();
-}
+int main(void) { return siphash_test(); }