Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Apr 16, 2024
1 parent e03774b commit 10a8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/mcu/sony/cxd56/mkspk/mkspk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 10a8617

Please sign in to comment.