From: Richard Levitte Date: Thu, 31 Jul 2003 21:41:51 +0000 (+0000) Subject: No C++ comments in C programs! X-Git-Tag: OpenSSL_0_9_7c~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7312a38d9eb8dc9650244ad8f4d43e5bab766c39;p=oweals%2Fopenssl.git No C++ comments in C programs! --- 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);