From 81338483e6e610f2df1d6ebdd46e71779f9a4499 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 29 Dec 2023 15:46:17 +0100 Subject: [PATCH] changelog: enhance description Signed-off-by: Valerio Setti --- ChangeLog.d/8358.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/8358.txt b/ChangeLog.d/8358.txt index 123bdbd803..70b795a4ba 100644 --- a/ChangeLog.d/8358.txt +++ b/ChangeLog.d/8358.txt @@ -1,7 +1,7 @@ Features * If a cipher or AEAD mechanism has a PSA driver, you can now build the - library without the corresponding built-in implementation and without - enabling MBEDTLS_CIPHER_C. + library without the corresponding built-in implementation. See + docs/driver-only-builds.md for full details and current limitations. * It is possible to disable MBEDTLS_CIPHER_C in some circumstances, please see docs/driver-only-builds.md for full details and current limitations. * The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is