Skip to content

Commit 6b9d3f5

Browse files
committed
Cosmetic changes
1 parent 6ba8025 commit 6b9d3f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/wolfboot/wolfboot.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ extern "C" {
8888
#define AUTH_KEY_ECC521 0x07
8989
#define AUTH_KEY_RSA3072 0x08
9090
#define AUTH_KEY_LMS 0x09
91+
/* 0x0A...0x0F reserved */
9192
#define AUTH_KEY_XMSS 0x10
9293
#define AUTH_KEY_ML_DSA 0x11
9394

94-
95-
9695
/*
9796
* 8 bits: auth type
9897
* 4 bits: extra features
@@ -271,7 +270,6 @@ extern "C" {
271270

272271
#endif /* defined WOLFBOOT */
273272

274-
275273
#define PART_BOOT 0
276274
#define PART_UPDATE 1
277275
#define PART_SWAP 2

0 commit comments

Comments
 (0)