From bffecfbc2dc55c1b3a0c0da8c86ab497ad5a884f Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 15 Jul 2015 15:33:49 -0600 Subject: [PATCH] New AES structure size increased, update mcapi context to encompass --- mcapi/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcapi/crypto.h b/mcapi/crypto.h index 7a960d855..82b4d0249 100644 --- a/mcapi/crypto.h +++ b/mcapi/crypto.h @@ -163,7 +163,7 @@ enum { /* AES */ typedef struct CRYPT_AES_CTX { - int holder[70]; /* big enough to hold internal, but check on init */ + int holder[74]; /* big enough to hold internal, but check on init */ } CRYPT_AES_CTX; /* key */