mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2009-07-29 Marcus Brinkmann <marcus@g10code.com>
* keylist.c (print_capabilities): Print a trailing colon.
This commit is contained in:
parent
5bae927e49
commit
7af008bfe1
2 changed files with 6 additions and 0 deletions
|
@ -286,6 +286,8 @@ print_capabilities (ksba_cert_t cert, estream_t fp)
|
|||
es_putc ('S', fp);
|
||||
if ((use & KSBA_KEYUSAGE_KEY_CERT_SIGN))
|
||||
es_putc ('C', fp);
|
||||
|
||||
es_putc (':', fp);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue