mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd,pcsc: Remove the restriction of no-scanning in PC/SC.
* scd/apdu.h (app_open_reader): Remove the last argument. * scd/apdu.c (app_open_reader): Ditto. * scd/app.c (select_application): Don't supply APP_EMPTY. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
92be4e87ee
commit
c569e49d17
3 changed files with 3 additions and 12 deletions
|
@ -645,7 +645,7 @@ select_application (ctrl_t ctrl, const char *name, card_t *r_card,
|
|||
int slot;
|
||||
int periodical_check_needed_this;
|
||||
|
||||
slot = apdu_open_reader (l, !card_top);
|
||||
slot = apdu_open_reader (l);
|
||||
if (slot < 0)
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue