X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e5b61a8dec3586f96d25bd3ef454176526ff0f69..1c54c7d261e18560a07ba9e809f4aaff0c64e647:/symm/square-mktab.c diff --git a/symm/square-mktab.c b/symm/square-mktab.c index cc26f580..70d7e049 100644 --- a/symm/square-mktab.c +++ b/symm/square-mktab.c @@ -38,7 +38,7 @@ static octet s[256], si[256]; static uint32 t[4][256], ti[4][256]; static uint32 u[4][256]; -static octet rc[32]; +static octet rc[35]; /*----- Main code ---------------------------------------------------------*/ @@ -333,7 +333,7 @@ const uint32 square_u[4][256] = {\n\ fputs("\ /* --- The round constants --- */\n\ \n\ -const octet square_rcon[32] = {\n\ +const octet square_rcon[35] = {\n\ ", stdout); for (i = 0; i < sizeof(rc); i++) { printf("0x%02x", rc[i]);