summaryrefslogtreecommitdiff
path: root/apps/iap/iap-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/iap/iap-core.h')
-rw-r--r--apps/iap/iap-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/iap/iap-core.h b/apps/iap/iap-core.h
index d06e3c300c..61b72d4ca2 100644
--- a/apps/iap/iap-core.h
+++ b/apps/iap/iap-core.h
@@ -88,6 +88,7 @@ struct auth_t {
88 enum authen_state state; /* Current state of authentication */ 88 enum authen_state state; /* Current state of authentication */
89 unsigned char max_section; /* The maximum number of certificate sections */ 89 unsigned char max_section; /* The maximum number of certificate sections */
90 unsigned char next_section; /* The next expected section number */ 90 unsigned char next_section; /* The next expected section number */
91 uint16_t version; /* Authentication version */
91}; 92};
92 93
93/* State of GetAccessoryInfo */ 94/* State of GetAccessoryInfo */