commit | 5416e76d3bc4b9c702cecfa9e8c92ab8817d2787 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Tue Apr 16 15:03:17 2024 +0300 |
committer | Flavio Ceolin <flavio.ceolin@intel.com> | Thu May 02 09:42:34 2024 -0700 |
tree | 8e55e4547b6d3bdff40ede2b5dce795b7dca9475 | |
parent | 8d3c5efc33c42df31b7c1508cf2cdfb82b981d14 [diff] |
modules: mbedtls: force NS-side config to client-only when using TF-M When building with TF-M (CONFIG_BUILD_WITH_TFM), force MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C so that no NS code tries to act like the MbedTLS core is built on this side. This fixes compilation errors in (at least) interface/src/tfm_crypto_api.c after the update of MbedTLS to 3.6.0. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>