3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-23 06:02:37 +01:00

crypto: Make packed

This commit is contained in:
Denis Kenzior 2014-12-27 23:35:09 -06:00
parent 016f701a91
commit 52ee52f467

View File

@ -35,7 +35,7 @@ struct crypto_ptk {
uint8_t kck[16];
uint8_t kek[16];
uint8_t tk[0];
};
} __attribute((packed))__;
int crypto_cipher_key_len(enum crypto_cipher cipher);
int crypto_cipher_tk_bits(enum crypto_cipher cipher);