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:
3f1ebb8
)
Never echo Num lines for PQGGen DSA2 test.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 30 Sep 2011 11:58:59 +0000
(11:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 30 Sep 2011 11:58:59 +0000
(11:58 +0000)
fips/dsa/fips_dssvs.c
patch
|
blob
|
history
diff --git
a/fips/dsa/fips_dssvs.c
b/fips/dsa/fips_dssvs.c
index 3feb0ffe7c96142b1a035fa03a05805bbeafffa8..d4487d7cfa09ed06ed030aeebb41df00f8aee2bd 100644
(file)
--- a/
fips/dsa/fips_dssvs.c
+++ b/
fips/dsa/fips_dssvs.c
@@
-145,7
+145,7
@@
static void pqg(FILE *in, FILE *out)
fputs(buf,out);
continue;
}
- if (strcmp(keyword, "Num")
|| pqg_type != PQG_PQ
)
+ if (strcmp(keyword, "Num"))
fputs(buf,out);
if(!strcmp(keyword,"[mod"))
{