1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

(parse_ccid_descriptor): New.

(read_device_info): New.
(ccid_open_reader): Check that the device has all required features.
This commit is contained in:
Werner Koch 2003-09-19 11:17:11 +00:00
parent 918eee7195
commit 43c5c29bc1
3 changed files with 248 additions and 2 deletions

View file

@ -477,13 +477,13 @@ card_edit (STRLIST commands)
{ N_("login") , cmdLOGIN , N_("change the login name") },
{ N_("lang") , cmdLANG , N_("change the language preferences") },
{ N_("sex") , cmdSEX , N_("change card holder's sex") },
{ NULL, cmdNOP }
{ NULL, cmdINVCMD }
};
enum cmdids cmd = cmdNOP;
int have_commands = !!commands;
int redisplay = 1;
char *answer = NULL;;
char *answer = NULL;
if (opt.command_fd != -1)
;