increase MCAPI CRYPT_AES_CTX to hold Aes

pull/1/head
Chris Conlon 2014-03-25 16:16:44 -06:00
parent 73e0ef76f7
commit 746fd7d74d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ enum {
/* AES */ /* AES */
typedef struct CRYPT_AES_CTX { typedef struct CRYPT_AES_CTX {
int holder[69]; /* big enough to hold internal, but check on init */ int holder[70]; /* big enough to hold internal, but check on init */
} CRYPT_AES_CTX; } CRYPT_AES_CTX;
/* key */ /* key */