summaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2019-07-19 06:26:49 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2019-07-19 06:26:49 +0200
commit98f4eff7ffde106ae4f60739d1104282430ac14f (patch)
tree9081ccd95ce9027221d9a31bc605407f92ed4472 /g10/call-agent.h
parentscd: Support "[CHV3]" attribute for keyid string. (diff)
downloadgnupg2-98f4eff7ffde106ae4f60739d1104282430ac14f.tar.xz
gnupg2-98f4eff7ffde106ae4f60739d1104282430ac14f.zip
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>
Diffstat (limited to 'g10/call-agent.h')
-rw-r--r--g10/call-agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h
index c4d0a9de1..5512fc847 100644
--- a/g10/call-agent.h
+++ b/g10/call-agent.h
@@ -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. */
};