diff options
author | Werner Koch <[email protected]> | 2001-12-15 12:36:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-15 12:36:39 +0000 |
commit | 1301c0b5efda39c5257dd9dbde87211a4b54c9d2 (patch) | |
tree | cbf4ded1d97a541cb8aaf7715c8954016a98cdf3 /sm/fingerprint.c | |
parent | * keylist.c (list_cert_colon): Kludge to show an email address (diff) | |
download | gnupg-1301c0b5efda39c5257dd9dbde87211a4b54c9d2.tar.gz gnupg-1301c0b5efda39c5257dd9dbde87211a4b54c9d2.zip |
* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.
* sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
Diffstat (limited to 'sm/fingerprint.c')
-rw-r--r-- | sm/fingerprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c index ead5cec50..005f10f1f 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -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) { |