mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01: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
@ -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>
|
2002-11-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* g10.c (main): Add a mostly noop --trust-model option to smooth
|
* 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) )
|
|| (node->pkt->pkttype == PKT_PUBLIC_SUBKEY) )
|
||||||
{
|
{
|
||||||
PKT_public_key *pk = node->pkt->pkt.public_key;
|
PKT_public_key *pk = node->pkt->pkt.public_key;
|
||||||
int otrust=0, trust=0;
|
int otrust='-', trust='-';
|
||||||
u32 keyid[2];
|
u32 keyid[2];
|
||||||
|
|
||||||
if (node->pkt->pkttype == PKT_PUBLIC_KEY)
|
if (node->pkt->pkttype == PKT_PUBLIC_KEY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user