No C++ comments in C programs!
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Jul 2003 21:41:51 +0000 (21:41 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 31 Jul 2003 21:41:51 +0000 (21:41 +0000)
fips/sha1/fips_sha1test.c

index 80977cfc2392822f1d155d9e7bfa1d0afe858d21..1724edb4c24efc690fd8e1d72c47e10890a2a016 100644 (file)
@@ -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);