mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 11:43:37 +00: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:
parent
6d43e6d76a
commit
c09f36dd1b
@ -1479,8 +1479,8 @@
|
|||||||
*
|
*
|
||||||
* \note Enabling this option increases memory usage and code size.
|
* \note Enabling this option increases memory usage and code size.
|
||||||
*
|
*
|
||||||
* \note Enabling this option enables full support for overlap of input and
|
* \note Disabling this option causes overlap of input and output buffers
|
||||||
* output buffers passed to PSA functions.
|
* not to be supported by PSA functions.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_PSA_COPY_CALLER_BUFFERS
|
#define MBEDTLS_PSA_COPY_CALLER_BUFFERS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user