mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Even less prompts for a new key now.
This commit is contained in:
parent
31bc3c8edd
commit
a0b9ebfb7d
13 changed files with 107 additions and 53 deletions
|
@ -700,8 +700,6 @@ gpg_format_keydesc (PKT_public_key *pk, int escaped)
|
|||
char *desc;
|
||||
|
||||
algo_name = gcry_pk_algo_name (pk->pubkey_algo);
|
||||
if (!algo_name)
|
||||
algo_name = "?";
|
||||
timestr = strtimestamp (pk->timestamp);
|
||||
uid = get_user_id (pk->keyid, &uidlen);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue