From 595667be5210180dd05a9e44e1b78cc6a25ad7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Bida?= Date: Thu, 12 Dec 2024 10:11:06 +0100 Subject: [PATCH] Update src/core/meshcop/tcat_agent.hpp Co-authored-by: Esko Dijk --- src/core/meshcop/tcat_agent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/meshcop/tcat_agent.hpp b/src/core/meshcop/tcat_agent.hpp index b3d5bbb10d82..5125be5e1e39 100644 --- a/src/core/meshcop/tcat_agent.hpp +++ b/src/core/meshcop/tcat_agent.hpp @@ -382,7 +382,7 @@ class TcatAgent : public InstanceLocator, private NonCopyable static constexpr uint16_t kMaxPskdLength = OT_JOINER_MAX_PSKD_LENGTH; static constexpr uint16_t kTcatMaxDeviceIdSize = OT_TCAT_MAX_DEVICEID_SIZE; static constexpr uint16_t kInstallCodeMaxSize = 255; - static constexpr uint16_t kCommissionerCerMaxLength = 1024; + static constexpr uint16_t kCommissionerCertMaxLength = 1024; JoinerPskd mJoinerPskd; const VendorInfo *mVendorInfo;