commit | 48a9334826d0090fe246cbaddcda7abd97d035aa | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Wed Jun 15 21:12:19 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sat Jul 02 14:13:45 2022 +0200 |
tree | 6ae41d8e9d1b6fe4cd82bb95f2bcaa65adfc6975 | |
parent | 560ccb1f5cf4f35972763f2def3956b924b6172d [diff] |
modules: mbedtls: remove MBEDTLS_ECP_MAX_BITS from mbedTLS configs According to mbedTLS' Changelog "Mbed TLS 3.0.0 branch released 2021-07-07" -> "Removals": MBEDTLS_ECP_MAX_BITS is no longer a configuration option because it is now determined automatically based on supported curves. Hence remove MBEDTLS_ECP_MAX_BITS from configuration files to fix build issues with Zephyr when there is unfortunate order of include statements. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>