diff options
Diffstat (limited to 'scd/app-common.h')
-rw-r--r-- | scd/app-common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index 6bf432e65..89467dca7 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -134,7 +134,11 @@ app_get_slot (app_t app) /*-- app-help.c --*/ unsigned int app_help_count_bits (const unsigned char *a, size_t len); -gpg_error_t app_help_get_keygrip_string (ksba_cert_t cert, char *hexkeygrip); +gpg_error_t app_help_get_keygrip_string_pk (const void *pk, size_t pklen, + char *hexkeygrip, + gcry_sexp_t *r_pkey); +gpg_error_t app_help_get_keygrip_string (ksba_cert_t cert, char *hexkeygrip, + gcry_sexp_t *r_pkey); size_t app_help_read_length_of_cert (int slot, int fid, size_t *r_certoff); |