summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-30 11:58:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-30 11:58:59 +0000
commit10465aca60ca13866fdb83f7a866c3167ae1cea9 (patch)
tree8bb8cc871388175f7cdf86476f71cf2e865798cf /fips
parent3f1ebb8f42d3c5cc8d0b3767f6920914b5fed57c (diff)
Never echo Num lines for PQGGen DSA2 test.
Diffstat (limited to 'fips')
-rw-r--r--fips/dsa/fips_dssvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dsa/fips_dssvs.c b/fips/dsa/fips_dssvs.c
index 3feb0ffe7c..d4487d7cfa 100644
--- 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"))
{