diff options
author | Justus Winter <[email protected]> | 2016-08-01 10:32:36 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-08-01 10:32:36 +0000 |
commit | 40365b28c3fdf087fd58401f5a6f42f9d7d29d20 (patch) | |
tree | a1e79b1a3ac09a91ee7cb9b95739c03bd0ccde34 | |
parent | tests: Distribute standalone test runner. (diff) | |
download | gnupg-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.c | 1 |
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) |