diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/agent/agent.h b/agent/agent.h index b47cf4dc9..49cc2fd98 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -366,7 +366,7 @@ typedef int (*lookup_ttl_t)(const char *hexgrip); struct card_key_info_s { struct card_key_info_s *next; - char keygrip[40]; + char keygrip[41]; char *serialno; char *idstr; }; @@ -613,7 +613,8 @@ gpg_error_t agent_card_writekey (ctrl_t ctrl, int force, const char *serialno, int (*getpin_cb)(void *, const char *, const char *, char*, size_t), void *getpin_cb_arg); -gpg_error_t agent_card_getattr (ctrl_t ctrl, const char *name, char **result); +gpg_error_t agent_card_getattr (ctrl_t ctrl, const char *name, char **result, + const char *keygrip); int agent_card_scd (ctrl_t ctrl, const char *cmdline, int (*getpin_cb)(void *, const char *, const char *, char*, size_t), |