Merge pull request #442 from toddouska/mcapi-aes

fix mcapi aes size with heap
This commit is contained in:
dgarske
2016-06-11 12:52:59 -07:00
committed by GitHub

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 */