Fix package1_read_and_parse_boot0

Key derivation is now working
This commit is contained in:
TuxSH
2018-05-16 01:46:08 +02:00
parent db929925f3
commit 34a658ce4c
2 changed files with 29 additions and 19 deletions

View File

@@ -4,6 +4,8 @@
#include <stdio.h>
#include "key_derivation.h"
#define PACKAGE1LOADER_SIZE_MAX 0x40000
typedef struct package1_header_t {
char magic[4];
uint32_t warmboot_size;