diff options
Diffstat (limited to 'src/lib/tests/hash_test.c')
-rw-r--r-- | src/lib/tests/hash_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tests/hash_test.c b/src/lib/tests/hash_test.c index 7dc0701a..b1605444 100644 --- a/src/lib/tests/hash_test.c +++ b/src/lib/tests/hash_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2023 + * Ouroboros - Copyright (C) 2016 - 2024 * * Test of the hashing functions * @@ -167,7 +167,7 @@ static int test_sha3(void) int hash_test(int argc, char ** argv) { - int ret = 0; + int ret = 0; (void) argc; (void) argv; |