Skip to content

Commit

Permalink
Use proper KEY_ID in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 16, 2024
1 parent 1ee63ae commit b803265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle_provide_trusted_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ typedef enum {
SIGNATURE = 0x15,
} e_tlv_tag;

typedef enum { KEY_ID_TEST = 0x00, KEY_ID_PROD = 0x03 } e_key_id;
typedef enum { KEY_ID_TEST = 0x00, KEY_ID_PROD = 0x07 } e_key_id;

typedef struct {
uint8_t *buf;
Expand Down

0 comments on commit b803265

Please sign in to comment.