diff options
author | Werner Koch <[email protected]> | 2004-04-27 08:23:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-27 08:23:45 +0000 |
commit | 577d9c2342f99ebf163d35519ab8adc573f26765 (patch) | |
tree | 0b5ecdd7f3f18987dd069573b03d4a1c55d64b53 /g10/cardglue.c | |
parent | * getkey.c (get_seckey_byname2): Significantly simplify this function by (diff) | |
download | gnupg-577d9c2342f99ebf163d35519ab8adc573f26765.tar.gz gnupg-577d9c2342f99ebf163d35519ab8adc573f26765.zip |
A bunch of changes for the openpgp card.
Diffstat (limited to 'g10/cardglue.c')
-rw-r--r-- | g10/cardglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c index 55729bf7d..a19246211 100644 --- a/g10/cardglue.c +++ b/g10/cardglue.c @@ -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"); |