aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-05 18:45:17 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-05 18:45:37 +0100
commita7a1eddbe2beb4480d727caca4de996f83862e91 (patch)
tree6b653475b137c5d33bed0ff504ec01501449959b /src/test/test.c
parentm (diff)
downloadlibkeccak-a7a1eddbe2beb4480d727caca4de996f83862e91.tar.gz
libkeccak-a7a1eddbe2beb4480d727caca4de996f83862e91.tar.bz2
libkeccak-a7a1eddbe2beb4480d727caca4de996f83862e91.tar.xz
fix bugs
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index d2009d6..f8f6aee 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -196,6 +196,7 @@ static int test_digest(void)
"15b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26";
if (sha3(512, "")) return -1;
+ printf("\n");
return 0;
#undef sha3
}