Skip to content

Commit 015f3fe

Browse files
author
Mika Leppänen
committed
Corrected bitfield definition
1 parent 7717ef8 commit 015f3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Security/protocols/sec_prot_keys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ typedef struct {
8989
uint32_t ptk_lifetime; /**< PTK lifetime in seconds */
9090
uint8_t gtkl; /**< Remote GTKL information */
9191
int8_t gtk_set_index; /**< Index of GTK to set */
92-
uint8_t ins_gtk_hash_set: 4; /**< Hash for inserted GTKs for a PTK set */
92+
unsigned ins_gtk_hash_set: 4; /**< Hash for inserted GTKs for a PTK set */
9393
bool pmk_set: 1; /**< Pairwise Master Key set */
9494
bool ptk_set: 1; /**< Pairwise Transient Key set */
9595
bool pmk_key_replay_cnt_set: 1; /**< Pairwise Master Key replay counter set */

0 commit comments

Comments
 (0)