aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2018-11-15 04:57:31 +0000
committerNIIBE Yutaka <[email protected]>2018-11-15 04:57:31 +0000
commite955ca245ea08e68ae2397f1583c8728d72acbd8 (patch)
tree002a9466592b12066f35823a0b2a4778e521d014 /g10/call-agent.h
parentscd: Make "learn" report about KDF data object. (diff)
downloadgnupg-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.h3
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. */
};