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:
a2cfc0d
)
Improve test output.
author
Ben Laurie
<ben@openssl.org>
Sat, 13 Mar 2004 17:46:12 +0000
(17:46 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 13 Mar 2004 17:46:12 +0000
(17:46 +0000)
fips/des/fips_desmovs.c
patch
|
blob
|
history
diff --git
a/fips/des/fips_desmovs.c
b/fips/des/fips_desmovs.c
index 9871c0b92ae083f3e3148e6fca8221a1065b8970..3128a752beaecccb1a539eb76595678e379ae39a 100644
(file)
--- a/
fips/des/fips_desmovs.c
+++ b/
fips/des/fips_desmovs.c
@@
-503,19
+503,28
@@
int proc_file(char *rqfile)
step = 2;
case 2: /* KEY = xxxx */
- fputs(ibuf, rfp);
if(*ibuf == '\n')
+ {
+ fputs(ibuf, rfp);
break;
+ }
if(!strncasecmp(ibuf,"COUNT = ",8))
+ {
+ fputs(ibuf, rfp);
break;
+ }
if(!strncasecmp(ibuf,"COUNT=",6))
+ {
+ fputs(ibuf, rfp);
break;
+ }
if(!strncasecmp(ibuf,"NumKeys = ",10))
{
numkeys=atoi(ibuf+10);
break;
}
+ fputs(ibuf, rfp);
if(!strncasecmp(ibuf,"KEY = ",6))
{
akeysz=64;