1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-01 09:41:40 +03:00

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 <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-12-20 10:57:43 +00:00
parent 4dc176a430
commit 823f9a9e18

View File

@ -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