diff options
author | Martin Willi <martin@revosec.ch> | 2010-07-13 14:14:39 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-07-13 14:14:39 +0200 |
commit | b5b95c75deb01c6a7342f6174c4d79fe90bd8766 (patch) | |
tree | e47ba3b21aa564e23cdb9d72cf71864dee74a067 /src/pki/commands/gen.c | |
parent | e3b987f79b44f6e03f1cc58294a319faadd30c77 (diff) | |
download | strongswan-b5b95c75deb01c6a7342f6174c4d79fe90bd8766.tar.bz2 strongswan-b5b95c75deb01c6a7342f6174c4d79fe90bd8766.tar.xz |
Added pki PEM encoding support for certificates, CRLs and PKCS10 requests
Diffstat (limited to 'src/pki/commands/gen.c')
-rw-r--r-- | src/pki/commands/gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/commands/gen.c b/src/pki/commands/gen.c index 0a6571153..33d9cf35d 100644 --- a/src/pki/commands/gen.c +++ b/src/pki/commands/gen.c @@ -48,7 +48,7 @@ static int gen() } continue; case 'f': - if (!get_form(arg, &form, FALSE)) + if (!get_form(arg, &form, CRED_PRIVATE_KEY)) { return command_usage("invalid key output format"); } |