summaryrefslogtreecommitdiff
path: root/src/lib/tests/hash_test.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2024-01-05 09:07:30 +0100
committerSander Vrijders <sander@ouroboros.rocks>2024-01-13 10:20:14 +0100
commit8742a31bf672c5bc087601ec39ab1feb206d2446 (patch)
tree13340cff40f5c2d8a0270304178a49bd8a974744 /src/lib/tests/hash_test.c
parent9bae90546e50aa317cc6676a1968e1a6ccae5ab3 (diff)
downloadouroboros-8742a31bf672c5bc087601ec39ab1feb206d2446.tar.gz
ouroboros-8742a31bf672c5bc087601ec39ab1feb206d2446.zip
build: Update licenses to 2024
Slow but steady. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/tests/hash_test.c')
-rw-r--r--src/lib/tests/hash_test.c4
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;