fix pre-commit

This commit is contained in:
hathach 2024-04-16 12:06:26 +07:00
parent e03774be88
commit 10a86172ec
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -358,7 +358,7 @@ int main(int argc, char **argv)
free(elf->data);
}
free(elf);
c = cipher_init(vmk, NULL);
cipher_calc_cmac(c, spkimage, size, (uint8_t *) spkimage + size);