Skip to content

Commit

Permalink
Update src/credentials/tests/TestChipCert.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
  • Loading branch information
emargolis and tcarmelveilleux authored Aug 22, 2022
1 parent c2da761 commit a5ffc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/tests/TestChipCert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static const BitFlags<KeyUsageFlags> sKCandEO(sKC, sEO);
static const BitFlags<KeyUsageFlags> sKCandDO(sKC, sDO);

constexpr uint8_t sOID_Extension_SubjectAltName[] = { 0x55, 0x1d, 0x11 };
constexpr char kExtension_SubjectAltName[] = "test@chip.org";
constexpr char kExtension_SubjectAltName[] = "test@example.com";

FutureExtension ext{ ByteSpan(sOID_Extension_SubjectAltName),
ByteSpan(reinterpret_cast<uint8_t *>(const_cast<char *>(kExtension_SubjectAltName)),
Expand Down

0 comments on commit a5ffc11

Please sign in to comment.