mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Never echo Num lines for PQGGen DSA2 test.
This commit is contained in:
parent
3f1ebb8f42
commit
10465aca60
@ -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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user