diff options
Diffstat (limited to 'scd/app-dinsig.c')
-rw-r--r-- | scd/app-dinsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-dinsig.c b/scd/app-dinsig.c index 752e8a346..5cab42805 100644 --- a/scd/app-dinsig.c +++ b/scd/app-dinsig.c @@ -430,7 +430,7 @@ do_sign (app_t app, const char *keyidstr, int hashalgo, /* Select the DINSIG application on the card in SLOT. This function must be used before any other DINSIG application functions. */ gpg_error_t -app_select_dinsig (APP app) +app_select_dinsig (app_t app) { static char const aid[] = { 0xD2, 0x76, 0x00, 0x00, 0x66, 0x01 }; int slot = app->slot; |