mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
This commit is contained in:
parent
fb446a5aeb
commit
1301c0b5ef
5 changed files with 50 additions and 6 deletions
|
@ -407,6 +407,8 @@ gpgsm_encrypt (CTRL ctrl, CERTLIST recplist, int data_fd, FILE *out_fp)
|
|||
}
|
||||
|
||||
/* If no recipient list is given, use a default one */
|
||||
/* FIXME: we shoudl not do this but return an error and a
|
||||
STATUS_NO_RECP */
|
||||
if (!recplist)
|
||||
{
|
||||
help_recplist.cert = get_default_recipient ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue