From: bg Date: Sun, 21 Dec 2008 02:06:22 +0000 (+0000) Subject: forgot a ; X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=commitdiff_plain;h=cca97d0e0c937aea8b7e0ae5b931da5f80d9ff52;p=avr-crypto-lib.git forgot a ; --- diff --git a/test_src/main-twister224-test.c b/test_src/main-twister224-test.c index 0cf3d6a..a812e2f 100644 --- a/test_src/main-twister224-test.c +++ b/test_src/main-twister224-test.c @@ -117,7 +117,7 @@ void testrun_twister224(void){ for(i=0; i<16777216; ++i){ twister224_nextBlock(&ctx, ltest); } - twister224_ctx2hash(hash, &ctx) + twister224_ctx2hash(hash, &ctx); uart_hexdump(hash, 224/8); }