diff options
Diffstat (limited to 'scd/app-geldkarte.c')
-rw-r--r-- | scd/app-geldkarte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-geldkarte.c b/scd/app-geldkarte.c index 34ce08f6e..6e8d07725 100644 --- a/scd/app-geldkarte.c +++ b/scd/app-geldkarte.c @@ -274,7 +274,7 @@ bcd_to_int (const unsigned char *string, size_t length, int *result) gpg_error_t app_select_geldkarte (app_t app) { - static unsigned char const aid[] = + static char const aid[] = { 0xD2, 0x76, 0x00, 0x00, 0x25, 0x45, 0x50, 0x02, 0x00 }; gpg_error_t err; int slot = app->slot; |