summaryrefslogtreecommitdiffstats
path: root/apps/pkcs8.c
diff options
context:
space:
mode:
authorrfkrocktk <rfkrocktk@gmail.com>2014-06-03 15:26:50 -0700
committerMatt Caswell <matt@openssl.org>2014-06-17 23:10:14 +0100
commit8a531c22b03dea40e09a95a01dff0639bd56ff2d (patch)
treeb6dfe549c5f88cd709b230839a3a7baec0347ad6 /apps/pkcs8.c
parent96fc4b72506c1573fd80cfc1d2e5ca4d3d0c2b3f (diff)
Conform to whitespace conventions
Diffstat (limited to 'apps/pkcs8.c')
-rw-r--r--apps/pkcs8.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/pkcs8.c b/apps/pkcs8.c
index 979723e89c..a6a0852891 100644
--- a/apps/pkcs8.c
+++ b/apps/pkcs8.c
@@ -173,12 +173,12 @@ int MAIN(int argc, char **argv)
topk8 = 1;
else if (!strcmp (*args, "-noiter"))
iter = 1;
- else if (!strcmp (*args, "-iter"))
- {
- if (!args[1]) goto bad;
- iter = atoi(*(++args));
- if (iter <= 0) goto bad;
- }
+ else if (!strcmp (*args, "-iter"))
+ {
+ if (!args[1]) goto bad;
+ iter = atoi(*(++args));
+ if (iter <= 0) goto bad;
+ }
else if (!strcmp (*args, "-nocrypt"))
nocrypt = 1;
else if (!strcmp (*args, "-nooct"))
@@ -242,7 +242,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err, "-embed use (nonstandard) embedded DSA parameters format\n");
BIO_printf(bio_err, "-nsdb use (nonstandard) DSA Netscape DB format\n");
BIO_printf(bio_err, "-iter count use count as iteration count\n");
- BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
+ BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
BIO_printf(bio_err, "-nocrypt use or expect unencrypted private key\n");
BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");