At this moment, no MKEK is necessary.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-05 11:30:58 +02:00
parent ed0a798f63
commit 99f0cb021a
2 changed files with 4 additions and 7 deletions

View File

@@ -20,12 +20,10 @@
#include "file.h"
#define EF_MKEK 0x100A
#define EF_KEY_DEV 0xCC00
#define EF_PRKD_DEV 0xC400
#define EF_EE_DEV 0xCE00
extern file_t *ef_mkek;
extern file_t *ef_keydev;
extern file_t *ef_certdev;
#endif //_FILES_H_