diff options
author | NIIBE Yutaka <[email protected]> | 2018-11-15 04:57:31 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-11-15 04:57:31 +0000 |
commit | e955ca245ea08e68ae2397f1583c8728d72acbd8 (patch) | |
tree | 002a9466592b12066f35823a0b2a4778e521d014 /g10/call-agent.h | |
parent | scd: Make "learn" report about KDF data object. (diff) | |
download | gnupg-e955ca245ea08e68ae2397f1583c8728d72acbd8.tar.gz gnupg-e955ca245ea08e68ae2397f1583c8728d72acbd8.zip |
card: Display UIF setting.
* g10/call-agent.h (agent_card_info_s): Add UIF fields.
* g10/call-agent.c (learn_status_cb): Put UIF DOs info.
* g10/card-util.c (current_card_status): Output for UIF.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/call-agent.h')
-rw-r--r-- | g10/call-agent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index 1d232f7be..8ea8ffea6 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -72,7 +72,8 @@ struct agent_card_info_s unsigned int bt:1; /* Button for confirmation available. */ } extcap; unsigned int status_indicator; - int kdf_do_enabled; /* Card has a KDF object */ + int kdf_do_enabled; /* True if card has a KDF object. */ + int uif[3]; /* True if User Interaction Flag is on. */ }; |