aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-08-01 10:32:36 +0000
committerJustus Winter <[email protected]>2016-08-01 10:32:36 +0000
commit40365b28c3fdf087fd58401f5a6f42f9d7d29d20 (patch)
treea1e79b1a3ac09a91ee7cb9b95739c03bd0ccde34
parenttests: Distribute standalone test runner. (diff)
downloadgnupg-40365b28c3fdf087fd58401f5a6f42f9d7d29d20.tar.gz
gnupg-40365b28c3fdf087fd58401f5a6f42f9d7d29d20.zip
gpgsm: Fix machine-readable key listing.
* sm/keylist.c (list_cert_colon): Drop superfluous colon. GnuPG-bug-id: 2432 Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--sm/keylist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index dab1295d0..0d975c352 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -494,7 +494,6 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity,
es_putc (':', fp);
/* Field 12, capabilities: */
print_capabilities (cert, fp);
- es_putc (':', fp);
/* Field 13, not used: */
es_putc (':', fp);
if (have_secret || ctrl->with_secret)