mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Pass on assuan comment lines from scd.
Fix confidential flag setting. Print another status_error.
This commit is contained in:
parent
6628b56e46
commit
e5c6738629
7 changed files with 46 additions and 20 deletions
|
@ -475,8 +475,11 @@ print_pkenc_list( struct kidlist_item *list, int failed )
|
|||
}
|
||||
}
|
||||
else if (list->reason)
|
||||
{
|
||||
log_info(_("public key decryption failed: %s\n"),
|
||||
g10_errstr(list->reason));
|
||||
write_status_error ("pkdecrypt_failed", list->reason);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue