scd:p15: Print the internal card type.

* scd/app-p15.c (read_ef_tokeninfo): Print the internal card type.
This commit is contained in:
Werner Koch 2020-11-25 15:48:20 +01:00
parent c7b9a4ee43
commit 00037f499d
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 8 additions and 0 deletions

View File

@ -2551,6 +2551,14 @@ read_ef_tokeninfo (app_t app)
n -= objlen;
}
if (opt.verbose)
{
log_info ("p15: cardtype .....: %d.%d\n",
app->app_local->card_type,
app->app_local->card_product);
}
leave:
xfree (buffer);
return err;