Skip to content

Commit aa69ae4

Browse files
tomi-fontArekBalysNordic
authored andcommitted
[nrf toup][nrfconnect] add missing Mbed TLS Kconfig option
Add missing dependency CONFIG_MBEDTLS_X509_CRT_PARSE_C to test_driver configuration. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 855c633 commit aa69ae4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test_driver/nrfconnect/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
4545
CONFIG_MBEDTLS_USER_CONFIG_FILE="app_mbedtls_config.h"
4646
CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR=y
4747
CONFIG_MBEDTLS_ENTROPY_C=y
48+
CONFIG_MBEDTLS_X509_CRT_PARSE_C=y
4849
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED=y
4950
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
5051
CONFIG_MBEDTLS_MEMORY_DEBUG=y

0 commit comments

Comments
 (0)