mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add a sample key.
Detect and show the card type.
This commit is contained in:
parent
367281480a
commit
38251aa74f
7 changed files with 55 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
struct agent_card_info_s
|
||||
{
|
||||
int error; /* private. */
|
||||
char *apptype; /* Malloced application type string. */
|
||||
char *serialno; /* malloced hex string. */
|
||||
char *disp_name; /* malloced. */
|
||||
char *disp_lang; /* malloced. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue