Fix package1_read_and_parse_boot0
Key derivation is now working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user