mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* card-util.c (card_edit): New command "passwd". Add logic to
check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. * call-agent.c (agent_scd_checkpin): New.
This commit is contained in:
parent
cf2c58e686
commit
99277d21c1
7 changed files with 131 additions and 21 deletions
|
@ -2844,7 +2844,7 @@ main( int argc, char **argv )
|
|||
case aCardStatus:
|
||||
if (argc)
|
||||
wrong_args ("--card-status");
|
||||
card_status (stdout);
|
||||
card_status (stdout, NULL, 0);
|
||||
break;
|
||||
|
||||
case aCardEdit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue