diff options
author | JP Aumasson <jpa@pm.me> | 2021-02-19 08:21:37 +0100 |
---|---|---|
committer | JP Aumasson <jpa@pm.me> | 2021-02-19 08:21:37 +0100 |
commit | 371dd98e3508045bc8346da3ed8225b76ce536f6 (patch) | |
tree | 3533de2c8c97de49b7a62eb41fe151ac17bd36f3 /testmain.c | |
parent | halfsiphash header + badge (diff) | |
download | siphash-371dd98e3508045bc8346da3ed8225b76ce536f6.tar.gz siphash-371dd98e3508045bc8346da3ed8225b76ce536f6.tar.xz |
tests
Diffstat (limited to 'testmain.c')
-rw-r--r-- | testmain.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ int siphash_test(); -int main(void) { - return siphash_test(); -} +int main(void) { return siphash_test(); } |