From 823f9a9e18da6f11e273f48ad5f73f30a2a14149 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 20 Dec 2023 10:57:43 +0000 Subject: [PATCH] Invert note about buffer overlap support When MBEDTLS_PSA_COPY_CALLER_BUFFERS is disabled, it causes overlap to not be supported. Signed-off-by: David Horstmann --- include/mbedtls/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index a8bc45ea9b..d48df66e5b 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1581,8 +1581,8 @@ * * \note Enabling this option increases memory usage and code size. * - * \note Enabling this option enables full support for overlap of input and - * output buffers passed to PSA functions. + * \note Disabling this option causes overlap of input and output buffers + * not to be supported by PSA functions. */ #define MBEDTLS_PSA_COPY_CALLER_BUFFERS