mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* cardglue.c (open_card): Ask for card insertion.
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New.
This commit is contained in:
parent
be239a058a
commit
fcc72f915b
8 changed files with 204 additions and 2 deletions
|
@ -175,6 +175,7 @@ char *make_printable_string( const byte *p, size_t n, int delim );
|
|||
int answer_is_yes_no_default( const char *s, int def_answer );
|
||||
int answer_is_yes( const char *s );
|
||||
int answer_is_yes_no_quit( const char *s );
|
||||
int answer_is_okay_cancel (const char *s, int def_answer);
|
||||
|
||||
/*-- strgutil.c --*/
|
||||
void free_strlist( STRLIST sl );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue