mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyedit.c (show_key_with_all_names_colon): Don't stick nulls into the
--with-colons listing.
This commit is contained in:
parent
62ff9a5e89
commit
666dcb370b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-11-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyedit.c (show_key_with_all_names_colon): Don't stick nulls
|
||||
into the --with-colons listing.
|
||||
|
||||
2002-11-04 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* g10.c (main): Add a mostly noop --trust-model option to smooth
|
||||
|
|
|
@ -1573,7 +1573,7 @@ show_key_with_all_names_colon (KBNODE keyblock)
|
|||
|| (node->pkt->pkttype == PKT_PUBLIC_SUBKEY) )
|
||||
{
|
||||
PKT_public_key *pk = node->pkt->pkt.public_key;
|
||||
int otrust=0, trust=0;
|
||||
int otrust='-', trust='-';
|
||||
u32 keyid[2];
|
||||
|
||||
if (node->pkt->pkttype == PKT_PUBLIC_KEY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue