diff options
| author | Werner Koch <[email protected]> | 2001-11-24 22:20:38 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-11-24 22:20:38 +0000 |
| commit | f60dc501d2958a1d80de7a114d2f4eedc267f2d7 (patch) | |
| tree | e457130952fc760aceec51a6d3d0d4566faccc42 /sm/gpgsm.h | |
| parent | Add a copyright note to the bottom (diff) | |
| download | gnupg-f60dc501d2958a1d80de7a114d2f4eedc267f2d7.tar.gz gnupg-f60dc501d2958a1d80de7a114d2f4eedc267f2d7.zip | |
Introduced the keygrip
Diffstat (limited to 'sm/gpgsm.h')
| -rw-r--r-- | sm/gpgsm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index f1d4fca4d..178607169 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -101,6 +101,9 @@ void gpgsm_status (CTRL ctrl, int no, const char *text); 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); +char *gpgsm_get_keygrip (KsbaCert cert, char *array); +char *gpgsm_get_keygrip_hexstring (KsbaCert cert); + /*-- certdump.c --*/ void gpgsm_dump_cert (const char *text, KsbaCert cert); |
