We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b64e84 commit 249e078Copy full SHA for 249e078
1 file changed
src/libwolfboot.c
@@ -112,7 +112,7 @@ int wolfBoot_initialize_encryption(void)
112
/* MAGIC (4B) + PART_FLAG (1B) + ENCRYPT_KEY_SIZE + ENCRYPT_NONCE_SIZE */
113
#else
114
#define ENCRYPT_TMP_SECRET_OFFSET (WOLFBOOT_PARTITION_SIZE - (TRAILER_SKIP))
115
- #define SECTOR_FLAGS_SIZE WOLFBOOT_SECTOR_SIZE - (4 + 1)
+ #define SECTOR_FLAGS_SIZE (WOLFBOOT_SECTOR_SIZE - (4 + 1))
116
/* MAGIC (4B) + PART_FLAG (1B) */
117
#endif /* EXT_FLASH && EXT_ENCRYPTED */
118
0 commit comments