Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Nov 27, 2024
1 parent 6eea9cd commit 7ed80e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/platform/silabs/SiWx917/CHIPCryptoPALTinyCrypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
#include <string.h>

// Use ECDH legacy context format
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#include <crypto/CHIPCryptoPAL.h>

Expand Down
2 changes: 0 additions & 2 deletions third_party/silabs/SiWx917_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,6 @@ template("siwx917_sdk") {
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/config",
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/config/preset",
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/inc",
"${sdk_support_root}/matter/si91x/siwx917/BRD4338A/autogen/config",
"${sdk_support_root}/matter/si91x/siwx917/BRD4338A/autogen/autogen",

# tinycrypt specific headers
"${sdk_support_root}/matter/mbedtls/tinycrypt/inc",
Expand Down

0 comments on commit 7ed80e2

Please sign in to comment.