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

@ -81,7 +81,7 @@ gpgsm_get_fingerprint (KsbaCert cert, int algo, char *array, int *r_len)
}
/* Return an allocated buffer with the formatted fungerprint */
/* Return an allocated buffer with the formatted fingerprint */
char *
gpgsm_get_fingerprint_string (KsbaCert cert, int algo)
{