mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
scd:p15: Print the internal card type.
* scd/app-p15.c (read_ef_tokeninfo): Print the internal card type.
This commit is contained in:
parent
c7b9a4ee43
commit
00037f499d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user