mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-28 05:59:56 +00:00
config_psa: fix comment
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
committed by
Manuel Pégourié-Gonnard
parent
482a0b957f
commit
e6f65a951f
@@ -66,8 +66,8 @@
|
||||
#error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense"
|
||||
#endif
|
||||
|
||||
/* Check that each MBEDTLS_ECP_DP_xxx symbol has its PSA_WANT_ECC_xxx counterpart,
|
||||
* but only when config_psa.h is evaluated. */
|
||||
/* Check that each MBEDTLS_ECP_DP_xxx symbol has its PSA_WANT_ECC_xxx counterpart
|
||||
* when PSA crypto is enabled. */
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_CONFIG) || defined(MBEDTLS_PSA_CRYPTO_C)
|
||||
|
||||
#if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) && !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
|
||||
|
||||
Reference in New Issue
Block a user