From e955ca245ea08e68ae2397f1583c8728d72acbd8 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 15 Nov 2018 13:57:31 +0900 Subject: 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 --- g10/call-agent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g10/call-agent.h') 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. */ }; -- cgit v1.2.3