mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue