summaryrefslogtreecommitdiff
path: root/apps/iap/iap-core.h
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2014-12-06 23:27:01 +0100
committerCástor Muñoz <cmvidal@gmail.com>2015-10-07 06:15:04 +0200
commitb2d650f511d1eef08138f09ecd4e96656eef173b (patch)
treee71b58ec419eac8b81daf131529cdc4c94390032 /apps/iap/iap-core.h
parentefd047a08bf990b9d10be5e5df1bce83968bd4e4 (diff)
downloadrockbox-b2d650f511d1eef08138f09ecd4e96656eef173b.tar.gz
rockbox-b2d650f511d1eef08138f09ecd4e96656eef173b.zip
iAP: authentication 1.0
Change-Id: I71b8e9f7ce2568c180396d6695cef18ce94ded32
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 */