diff options
author | Werner Koch <[email protected]> | 2009-03-06 17:31:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-06 17:31:27 +0000 |
commit | a9c317a95c440a083809346d61cdb78abff71b12 (patch) | |
tree | 6f5199efe8fba5473afc346f003abe74f6ab424e /sm/fingerprint.c | |
parent | New PIN Callback attributes in gpg-agent. (diff) | |
download | gnupg-a9c317a95c440a083809346d61cdb78abff71b12.tar.gz gnupg-a9c317a95c440a083809346d61cdb78abff71b12.zip |
New gpg-agent command to list key information.
Gpgsm does now print the S/N of cards.
Consider ephemeral keys during listing an export.
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) { |