[svn] GnuPG - r5100 - trunk/sm

svn author marcus cvs at cvs.gnupg.org
Wed Jul 29 18:05:50 CEST 2009


Author: marcus
Date: 2009-07-29 18:05:49 +0200 (Wed, 29 Jul 2009)
New Revision: 5100

Modified:
   trunk/sm/ChangeLog
   trunk/sm/keylist.c
Log:
2009-07-29  Marcus Brinkmann  <marcus at g10code.com>

	* keylist.c (print_capabilities): Print a trailing colon.


Modified: trunk/sm/ChangeLog
===================================================================
--- trunk/sm/ChangeLog	2009-07-29 10:06:56 UTC (rev 5099)
+++ trunk/sm/ChangeLog	2009-07-29 16:05:49 UTC (rev 5100)
@@ -1,3 +1,7 @@
+2009-07-29  Marcus Brinkmann  <marcus at g10code.com>
+
+	* keylist.c (print_capabilities): Print a trailing colon.
+
 2009-07-23  Werner Koch  <wk at g10code.com>
 
 	* certchain.c (is_cert_still_valid): Emit AUDIT_CRL_CHECK.

Modified: trunk/sm/keylist.c
===================================================================
--- trunk/sm/keylist.c	2009-07-29 10:06:56 UTC (rev 5099)
+++ trunk/sm/keylist.c	2009-07-29 16:05:49 UTC (rev 5100)
@@ -286,6 +286,8 @@
     es_putc ('S', fp);
   if ((use & KSBA_KEYUSAGE_KEY_CERT_SIGN))
     es_putc ('C', fp);
+
+  es_putc (':', fp);
 }
 
 




More information about the Gnupg-commits mailing list