1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* keylist.c (print_capabilities): Show 'D' for disabled keys in

capabilities section.

* trustdb.c (is_disabled): Remove incorrect comment.
This commit is contained in:
David Shaw 2003-01-06 21:01:44 +00:00
parent e247a0b3e0
commit c974390d37
3 changed files with 21 additions and 3 deletions

View file

@ -904,8 +904,6 @@ is_disabled(void *dummy,u32 *keyid)
init_trustdb ();
/* Note that get_pubkey returns the main key if keyid points to a
subkey. That's a good thing here. */
rc = get_pubkey(pk, keyid);
if(rc)
{