1
0
Fork 0
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:
Werner Koch 2009-01-13 14:01:56 +00:00
parent 367281480a
commit 38251aa74f
7 changed files with 55 additions and 4 deletions

View file

@ -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. */