Never echo Num lines for PQGGen DSA2 test.
This commit is contained in:
parent
3f1ebb8f42
commit
10465aca60
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue