From b2d650f511d1eef08138f09ecd4e96656eef173b Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 6 Dec 2014 23:27:01 +0100 Subject: iAP: authentication 1.0 Change-Id: I71b8e9f7ce2568c180396d6695cef18ce94ded32 --- apps/iap/iap-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/iap/iap-core.h') 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 { enum authen_state state; /* Current state of authentication */ unsigned char max_section; /* The maximum number of certificate sections */ unsigned char next_section; /* The next expected section number */ + uint16_t version; /* Authentication version */ }; /* State of GetAccessoryInfo */ -- cgit v1.2.3