mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
A bunch of changes for the openpgp card.
This commit is contained in:
parent
0c67c75cbe
commit
577d9c2342
19 changed files with 1958 additions and 263 deletions
|
@ -262,7 +262,7 @@ open_card (void)
|
|||
|
||||
app = xcalloc (1, sizeof *app);
|
||||
app->slot = slot;
|
||||
rc = app_select_openpgp (app, &app->serialno, &app->serialnolen);
|
||||
rc = app_select_openpgp (app);
|
||||
if (rc && !opt.batch)
|
||||
{
|
||||
write_status_text (STATUS_CARDCTRL, "1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue