]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
oops
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 17 Dec 2009 15:50:33 +0000 (15:50 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 17 Dec 2009 15:50:33 +0000 (15:50 +0000)
test_src/main-sha1-test.c

index e62d6dfe7b2567860f82e69d592c0d039e8cb735..d6091f3adedbf033dc8649414243acac4b399658 100644 (file)
@@ -113,7 +113,7 @@ void testrun_sha1(void){
                sha1_ctx_t s;
                memset(block,'a',SHA1_BLOCK_BITS/8);
                sha1_init(&s);
-               for(i=0;i<15625; ++i){ / * (1000000/(SHA1_BLOCK_BITS/8)) * /
+               for(i=0;i<15625; ++i){ /* (1000000/(SHA1_BLOCK_BITS/8)) */
                        sha1_nextBlock(&s, block);
                }
                sha1_lastBlock(&s,block,0);