From c1be62361cff74c894eaba90520dbce632686b1f Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 29 Nov 2024 14:21:37 +0000 Subject: [PATCH] tf-psa-crypto config docs: Removed references to MBEDTLS_PSA_CRYPTO_CONFIG. Signed-off-by: Minos Galanakis --- tf-psa-crypto/include/psa/crypto_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tf-psa-crypto/include/psa/crypto_config.h b/tf-psa-crypto/include/psa/crypto_config.h index 9ab347f4d4..13015faf7f 100644 --- a/tf-psa-crypto/include/psa/crypto_config.h +++ b/tf-psa-crypto/include/psa/crypto_config.h @@ -613,8 +613,7 @@ * If defined, this is a header which will be included instead of * `"psa/crypto_config.h"`. * This header file specifies which cryptographic mechanisms are available - * through the PSA API when #MBEDTLS_PSA_CRYPTO_CONFIG is enabled, and - * is not used when #MBEDTLS_PSA_CRYPTO_CONFIG is disabled. + * through the PSA API. * * This macro is expanded after an \#include directive. This is a popular but * non-standard feature of the C language, so this feature is only available