Fix LGTM issues.

This commit is contained in:
Michael R Sweet
2021-10-25 21:43:32 -04:00
parent 895738682e
commit 8dfc2c6045
2 changed files with 10 additions and 10 deletions

View File

@@ -448,7 +448,7 @@ InvShiftRows(state_t *state)
static void
Cipher(state_t *state, const _pdfio_aes_t *ctx)
{
uint8_t round = 0;
size_t round = 0;
// Add the First round key to the state before starting the rounds.
AddRoundKey(0, state, ctx->round_key);