]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-twister224-test.c
forgot a ;
[avr-crypto-lib.git] / 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);
 }