diff options
Diffstat (limited to 'tools/gpg-card.h')
-rw-r--r-- | tools/gpg-card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-card.h b/tools/gpg-card.h index 157907a3f..82064999c 100644 --- a/tools/gpg-card.h +++ b/tools/gpg-card.h @@ -195,6 +195,7 @@ void flush_keyblock_cache (void); gpg_error_t get_matching_keys (const unsigned char *keygrip, int protocol, keyblock_t *r_keyblock); gpg_error_t test_get_matching_keys (const char *hexgrip); +gpg_error_t get_minimal_openpgp_key (estream_t *r_key, const char *fingerprint); /*-- card-misc.c --*/ |