mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
card: Fix showing KDF object attribute.
* g10/call-agent.c (learn_status_cb): Parse the KDF DO. * g10/card-util.c (current_card_status): Show it correctly. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
57565d5f97
commit
98f4eff7ff
3 changed files with 30 additions and 5 deletions
|
@ -72,7 +72,7 @@ struct agent_card_info_s
|
|||
unsigned int bt:1; /* Button for confirmation available. */
|
||||
} extcap;
|
||||
unsigned int status_indicator;
|
||||
int kdf_do_enabled; /* True if card has a KDF object. */
|
||||
int kdf_do_enabled; /* Non-zero if card has a KDF object, 0 if not. */
|
||||
int uif[3]; /* True if User Interaction Flag is on. */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue