1
0
Fork 0
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:
Werner Koch 2001-12-15 12:36:39 +00:00
parent fb446a5aeb
commit 1301c0b5ef
5 changed files with 50 additions and 6 deletions

View file

@ -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 ();