Merge pull request #442 from toddouska/mcapi-aes

fix mcapi aes size with heap
pull/443/head
dgarske 2016-06-11 12:52:59 -07:00 committed by GitHub
commit 2752f3f9c9
1 changed files with 1 additions and 1 deletions

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