mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -450,7 +450,7 @@ gpgsm_verify (ctrl_t ctrl, int in_fd, int data_fd, FILE *out_fp)
|
|||
else
|
||||
log_printf (_("[date not given]"));
|
||||
log_printf (_(" using certificate ID 0x%08lX\n"),
|
||||
gpgsm_get_short_fingerprint (cert));
|
||||
gpgsm_get_short_fingerprint (cert, NULL));
|
||||
|
||||
|
||||
if (msgdigest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue