diff options
Diffstat (limited to '')
-rw-r--r-- | sm/fingerprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c index 6581688a8..addf56296 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -196,8 +196,8 @@ gpgsm_get_keygrip (ksba_cert_t cert, unsigned char *array) return array; } -/* Return an allocated buffer with the keygrip of CERT in from of an - hexstring. NULL is returned in case of error */ +/* Return an allocated buffer with the keygrip of CERT encoded as a + hexstring. NULL is returned in case of error. */ char * gpgsm_get_keygrip_hexstring (ksba_cert_t cert) { |