summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/mcu/sony/cxd56/mkspk/mkspk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcu/sony/cxd56/mkspk/mkspk.c b/hw/mcu/sony/cxd56/mkspk/mkspk.c
index 78d98a08e..24e0cf77b 100644
--- a/hw/mcu/sony/cxd56/mkspk/mkspk.c
+++ b/hw/mcu/sony/cxd56/mkspk/mkspk.c
@@ -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);