Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 29, 2024
1 parent 6ba8025 commit 6b9d3f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/wolfboot/wolfboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ extern "C" {
#define AUTH_KEY_ECC521 0x07
#define AUTH_KEY_RSA3072 0x08
#define AUTH_KEY_LMS 0x09
/* 0x0A...0x0F reserved */
#define AUTH_KEY_XMSS 0x10
#define AUTH_KEY_ML_DSA 0x11



/*
* 8 bits: auth type
* 4 bits: extra features
Expand Down Expand Up @@ -271,7 +270,6 @@ extern "C" {

#endif /* defined WOLFBOOT */


#define PART_BOOT 0
#define PART_UPDATE 1
#define PART_SWAP 2
Expand Down

0 comments on commit 6b9d3f5

Please sign in to comment.