Skip to content

Commit

Permalink
[nrf noup] Enable MBEDTLS_PKCS5_C
Browse files Browse the repository at this point in the history
CHIPCryptoPALmbedTLS.cpp use functions guarded by MBEDTLS_PKCS5_C
so we enable this option.

Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
  • Loading branch information
vili-nordic authored and carlescufi committed Feb 16, 2024
1 parent 40fb5ad commit c36fcaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ config MBEDTLS_SHA256_C
config MBEDTLS_PK_C
default y

config MBEDTLS_PKCS5_C
default y

config MBEDTLS_PK_WRITE_C
default y

Expand Down

0 comments on commit c36fcaf

Please sign in to comment.