[Pkg-gnupg-commit] [gnupg2] 31/112: gpgsm: Fix machine-readable key listing.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Aug 30 17:48:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 40365b28c3fdf087fd58401f5a6f42f9d7d29d20
Author: Justus Winter <justus at g10code.com>
Date:   Mon Aug 1 12:32:36 2016 +0200

    gpgsm: Fix machine-readable key listing.
    
    * sm/keylist.c (list_cert_colon): Drop superfluous colon.
    
    GnuPG-bug-id: 2432
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 sm/keylist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sm/keylist.c b/sm/keylist.c
index dab1295..0d975c3 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list