Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/mbedtls/configs/config-tf-psa-crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
#define MBEDTLS_BIGNUM_C
#endif

#if defined(MBEDTLS_RSA_C) || \
defined(MBEDTLS_X509_USE_C)
#if defined(CONFIG_MBEDTLS_RSA_C) || \
defined(CONFIG_MBEDTLS_X509_USE_C)
#define MBEDTLS_OID_C

Check notice on line 301 in modules/mbedtls/configs/config-tf-psa-crypto.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

You may want to run clang-format on this change

modules/mbedtls/configs/config-tf-psa-crypto.h:301 -#if defined(CONFIG_MBEDTLS_RSA_C) || \ - defined(CONFIG_MBEDTLS_X509_USE_C) +#if defined(CONFIG_MBEDTLS_RSA_C) || defined(CONFIG_MBEDTLS_X509_USE_C) See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
#endif

#if defined(CONFIG_MBEDTLS_PK_PARSE_C)
Expand Down
Loading