Make ECRYPT_ctx non-anonymous

This commit is contained in:
Frank Denis
2013-04-26 21:43:20 -07:00
parent ad44ec5b15
commit 65a30e52d4
@@ -12,7 +12,7 @@ typedef uint32_t u32;
#define Nb 4
#pragma pack(push, 1)
__attribute__((aligned(64))) typedef struct
__attribute__((aligned(64))) typedef struct ECRYPT_ctx
{
u32 round_key[Nr+1][4];
u32 counter[4];