diff --git a/mcapi/crypto.h b/mcapi/crypto.h index 5db03299d..36232a452 100644 --- a/mcapi/crypto.h +++ b/mcapi/crypto.h @@ -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 */