projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
475e8d3
)
No C++ comments in C programs!
author
Richard Levitte
<levitte@openssl.org>
Thu, 31 Jul 2003 21:41:51 +0000
(21:41 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 31 Jul 2003 21:41:51 +0000
(21:41 +0000)
fips/sha1/fips_sha1test.c
patch
|
blob
|
history
diff --git
a/fips/sha1/fips_sha1test.c
b/fips/sha1/fips_sha1test.c
index 80977cfc2392822f1d155d9e7bfa1d0afe858d21..1724edb4c24efc690fd8e1d72c47e10890a2a016 100644
(file)
--- 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);