mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Print NO_SECKEY status line in gpgsm.
This fixes bug#1020.
This commit is contained in:
parent
6dc17a2b4d
commit
ceb42db4dd
12 changed files with 62 additions and 17 deletions
|
@ -952,7 +952,7 @@ gpgsm_format_keydesc (ksba_cert_t cert)
|
|||
"created %s, expires %s.\n" ),
|
||||
subject? subject:"?",
|
||||
sn? sn: "?",
|
||||
gpgsm_get_short_fingerprint (cert),
|
||||
gpgsm_get_short_fingerprint (cert, NULL),
|
||||
created, expires);
|
||||
|
||||
i18n_switchback (orig_codeset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue