summaryrefslogtreecommitdiff
path: root/cmd/makepqg/makepqg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/makepqg/makepqg.c')
-rw-r--r--cmd/makepqg/makepqg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/makepqg/makepqg.c b/cmd/makepqg/makepqg.c
index 043a236a8..edc023e48 100644
--- a/cmd/makepqg/makepqg.c
+++ b/cmd/makepqg/makepqg.c
@@ -301,8 +301,7 @@ main(int argc, char **argv)
if (keySizeInBits > 1024 || qSizeInBits != 0) {
rv = PK11_PQG_ParamGenV2((unsigned)keySizeInBits,
- (unsigned)qSizeInBits, (unsigned)(g /
- 8),
+ (unsigned)qSizeInBits, (unsigned)(g / 8),
&pqgParams, &pqgVerify);
} else if (g) {
rv = PK11_PQG_ParamGenSeedLen((unsigned)j, (unsigned)(g / 8),