]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
forgot a ;
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Dec 2008 02:06:22 +0000 (02:06 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Dec 2008 02:06:22 +0000 (02:06 +0000)
test_src/main-twister224-test.c

index 0cf3d6a4c3dbd21e9df68edb705a3302a5fb2603..a812e2f31b1208f2b818517311253708d9ad9b21 100644 (file)
@@ -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);
 }