From 8bc6b638fc9d866778dc4d3664c3650b40616ed8 Mon Sep 17 00:00:00 2001 From: bg Date: Thu, 17 Dec 2009 15:50:33 +0000 Subject: [PATCH] oops --- test_src/main-sha1-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_src/main-sha1-test.c b/test_src/main-sha1-test.c index e62d6df..d6091f3 100644 --- a/test_src/main-sha1-test.c +++ b/test_src/main-sha1-test.c @@ -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); -- 2.39.2