summaryrefslogtreecommitdiff
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 89e58e4169..0d377fd798 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -200,7 +200,8 @@ static inline bool tea_test_key(unsigned char magic_enc[8], uint32_t * key, int
200 200
201static int tea_find_key(struct mi4header_t *mi4header, int fd) 201static int tea_find_key(struct mi4header_t *mi4header, int fd)
202{ 202{
203 int i, rc; 203 unsigned int i;
204 int rc;
204 unsigned int j; 205 unsigned int j;
205 uint32_t key[4]; 206 uint32_t key[4];
206 unsigned char magic_enc[8]; 207 unsigned char magic_enc[8];