We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a667f2 + d1df8b2 commit d69086cCopy full SHA for d69086c
1 file changed
include/otp_keystore.h
@@ -54,7 +54,8 @@ struct KEYSTORE_HDR_PACKED wolfBoot_otp_hdr {
54
uint32_t version;
55
};
56
57
-static const char KEYSTORE_HDR_MAGIC[8] = "WOLFBOOT";
+static const char KEYSTORE_HDR_MAGIC[8] =
58
+ {'W', 'O', 'L', 'F', 'B', 'O', 'O', 'T'};
59
60
#define KEYSTORE_MAX_PUBKEYS \
61
((OTP_SIZE - OTP_UDS_STORAGE_SIZE - OTP_HDR_SIZE) / SIZEOF_KEYSTORE_SLOT)
0 commit comments