diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-10 11:14:21 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-10 11:14:21 +0200 |
commit | 9382b621ad2ba2769442157c400c5e8882160abe (patch) | |
tree | 63628216d42aaca29272c2183e52f5b4cd7bf73f /sm/gpgsm.h | |
parent | * keybox-search.c (blob_cmp_fpr_part): New. (diff) | |
download | gnupg2-9382b621ad2ba2769442157c400c5e8882160abe.tar.xz gnupg2-9382b621ad2ba2769442157c400c5e8882160abe.zip |
* keylist.c (list_cert_colon): Print the short fingerprint in the
key ID field.
* fingerprint.c (gpgsm_get_short_fingerprint): New.
* verify.c (gpgsm_verify): Print more verbose info for a good
signature.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 3e5205980..702b343c0 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -149,6 +149,7 @@ void gpgsm_status2 (CTRL ctrl, int no, ...); char *gpgsm_get_fingerprint (KsbaCert cert, int algo, char *array, int *r_len); char *gpgsm_get_fingerprint_string (KsbaCert cert, int algo); char *gpgsm_get_fingerprint_hexstring (KsbaCert cert, int algo); +unsigned long gpgsm_get_short_fingerprint (KsbaCert cert); char *gpgsm_get_keygrip (KsbaCert cert, char *array); char *gpgsm_get_keygrip_hexstring (KsbaCert cert); char *gpgsm_get_certid (KsbaCert cert); |