diff options
Diffstat (limited to 'tools/gpg-card.h')
-rw-r--r-- | tools/gpg-card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpg-card.h b/tools/gpg-card.h index 005316182..0e12955a1 100644 --- a/tools/gpg-card.h +++ b/tools/gpg-card.h @@ -145,6 +145,8 @@ struct card_info_s char *apptypestr; /* Malloced application type string. */ app_type_t apptype;/* Translated from APPTYPESTR. */ unsigned int appversion; /* Version of the application. */ + unsigned int manufacturer_id; + char *manufacturer_name; /* malloced. */ char *serialno; /* malloced hex string. */ char *dispserialno;/* malloced string. */ char *disp_name; /* malloced. */ |