mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Rename a shared info field name.
* scd/app-piv.c (app_select_piv): * scd/app-common.h (struct app_ctx_s): Rename 'card_version' to 'cardversion'. Rename all users. Add 'appversion'. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e897e1e255
commit
64caa6a082
3 changed files with 15 additions and 14 deletions
|
@ -60,7 +60,8 @@ struct app_ctx_s {
|
|||
size_t serialnolen; /* Length in octets of serialnumber. */
|
||||
const char *cardtype; /* NULL or string with the token's type. */
|
||||
const char *apptype;
|
||||
unsigned int card_version;
|
||||
unsigned int cardversion;/* Firmware version of the token or 0. */
|
||||
unsigned int appversion; /* Version of the application or 0. */
|
||||
unsigned int card_status;
|
||||
unsigned int reset_requested:1;
|
||||
unsigned int periodical_check_needed:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue