diff --git a/mcapi/crypto.h b/mcapi/crypto.h index cff24bbdc..c47f78dfd 100644 --- a/mcapi/crypto.h +++ b/mcapi/crypto.h @@ -163,7 +163,7 @@ enum { /* AES */ typedef struct CRYPT_AES_CTX { - int holder[69]; /* big enough to hold internal, but check on init */ + int holder[70]; /* big enough to hold internal, but check on init */ } CRYPT_AES_CTX; /* key */