From b5b95c75deb01c6a7342f6174c4d79fe90bd8766 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 Jul 2010 14:14:39 +0200 Subject: Added pki PEM encoding support for certificates, CRLs and PKCS10 requests --- src/pki/commands/pub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pki/commands/pub.c') 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"); } -- cgit v1.2.3