diff options
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); |