fix mcapi aes size with heap

This commit is contained in:
toddouska
2016-06-11 09:29:20 -07:00
parent a156cedabc
commit 02985b16ac

View File

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