diff options
Diffstat (limited to 'scd/app-help.c')
-rw-r--r-- | scd/app-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-help.c b/scd/app-help.c index 1cc86b1fc..85bcc6646 100644 --- a/scd/app-help.c +++ b/scd/app-help.c @@ -106,7 +106,7 @@ app_help_read_length_of_cert (int slot, int fid, size_t *r_certoff) int class, tag, constructed, ndef; size_t resultlen, objlen, hdrlen; - err = iso7816_select_file (slot, fid, 0, NULL, NULL); + err = iso7816_select_file (slot, fid, 0); if (err) { log_info ("error selecting FID 0x%04X: %s\n", fid, gpg_strerror (err)); |