From 46cc5fd3212ccd598ff86ff5a36bd76e917aa188 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 14 Apr 2022 12:46:06 +0200 Subject: [PATCH] Wording improvement Signed-off-by: Gilles Peskine --- ChangeLog.d/psa_crypto_config_file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/psa_crypto_config_file.txt b/ChangeLog.d/psa_crypto_config_file.txt index 98c176135..d42651d93 100644 --- a/ChangeLog.d/psa_crypto_config_file.txt +++ b/ChangeLog.d/psa_crypto_config_file.txt @@ -1,6 +1,6 @@ Features * When MBEDTLS_PSA_CRYPTO_CONFIG is enabled, you may list the PSA crypto - requirements in the file named by the new macro + feature requirements in the file named by the new macro MBEDTLS_PSA_CRYPTO_CONFIG_FILE instead of the default psa/crypto_config.h. Furthermore you may name an additional file to include after the main file with the macro MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE.