diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ const char *labels[4] = { size_t lengths[4] = {8, 16, 4, 8}; -int main() { +int siphash_test() { uint8_t in[64], out[16], k[16]; int i; bool any_failed; |