mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-12 13:29:54 +00:00
Remove further instance of LOCAL_OUTPUT_WITH_COPY
Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
@@ -217,8 +217,6 @@ mbedtls_psa_drbg_context_t *const mbedtls_psa_random_state =
|
||||
uint8_t *output_copy_name = NULL;
|
||||
#define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \
|
||||
output_copy = output;
|
||||
#define LOCAL_OUTPUT_ALLOC_WITH_COPY(output, length, output_copy) \
|
||||
output_copy = output;
|
||||
#define LOCAL_OUTPUT_FREE(output, output_copy) \
|
||||
output_copy = NULL;
|
||||
#endif /* MBEDTLS_PSA_COPY_CALLER_BUFFERS */
|
||||
|
||||
Reference in New Issue
Block a user