diff options
Diffstat (limited to 'scd/app-dinsig.c')
-rw-r--r-- | scd/app-dinsig.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scd/app-dinsig.c b/scd/app-dinsig.c index 3b18b5e99..f0655bb2d 100644 --- a/scd/app-dinsig.c +++ b/scd/app-dinsig.c @@ -86,7 +86,7 @@ static gpg_error_t -do_learn_status (app_t app, ctrl_t ctrl) +do_learn_status (app_t app, ctrl_t ctrl, unsigned int flags) { gpg_error_t err; char ct_buf[100], id_buf[100]; @@ -97,6 +97,8 @@ do_learn_status (app_t app, ctrl_t ctrl) ksba_cert_t cert; int fid; + (void)flags; + /* Return the certificate of the card holder. */ fid = 0xC000; len = app_help_read_length_of_cert (app->slot, fid, &certoff); |