aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0f64143..020d7b7 100644
--- a/main.c
+++ b/main.c
@@ -62,7 +62,7 @@ static bool verify(void)
u8 out[POLY1305_MAC_SIZE];
for (i = 0; i < ARRAY_SIZE(poly1305_test_vectors); ++i) {
- test_it(hacl64, {}, {});
+ test_it(hacl64, {}, {});
}
for (i = 0; i < ARRAY_SIZE(poly1305_test_vectors); ++i) {
test_it(ref, {}, {});