From 7312a38d9eb8dc9650244ad8f4d43e5bab766c39 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 31 Jul 2003 21:41:51 +0000 Subject: [PATCH] No C++ comments in C programs! --- fips/sha1/fips_sha1test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fips/sha1/fips_sha1test.c b/fips/sha1/fips_sha1test.c index 80977cfc23..1724edb4c2 100644 --- a/fips/sha1/fips_sha1test.c +++ b/fips/sha1/fips_sha1test.c @@ -95,7 +95,7 @@ int main(int argc,char **argv) break; fgets(line+n-1,sizeof(line)-n+1,fp); n=strlen(line); - // printf("line=%s\n",line); + /* printf("line=%s\n",line); */ assert(!feof(fp)); } @@ -113,8 +113,8 @@ int main(int argc,char **argv) } assert(t == 0); assert((bit%8) == 0); - // dump(buf,bit/8); - // putchar('\n'); + /* dump(buf,bit/8); */ + /* putchar('\n'); */ if(phase < 3) { SHA1(buf,bit/8,md); -- 2.25.1