Version used STATE data structures

This commit is contained in:
Szczepan Zalega
2019-08-20 11:57:32 +02:00
parent b452e3dfe4
commit 5a0cc0d02c
2 changed files with 6 additions and 6 deletions

View File

@ -53,7 +53,9 @@ typedef struct
uint16_t key_lens[MAX_KEYS];
uint8_t key_space[KEY_SPACE_BYTES];
uint8_t data_version;
} AuthenticatorState;
} AuthenticatorState_0x01;
typedef AuthenticatorState_0x01 AuthenticatorState;
typedef struct