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/pub.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/pub.c')
-rw-r--r-- | src/pki/commands/pub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/commands/pub.c b/src/pki/commands/pub.c index 68831362b..fc2614c7d 100644 --- a/src/pki/commands/pub.c +++ b/src/pki/commands/pub.c @@ -67,7 +67,7 @@ static int pub() } continue; case 'f': - if (!get_form(arg, &form, TRUE)) + if (!get_form(arg, &form, CRED_PUBLIC_KEY)) { return command_usage("invalid output format"); } |