mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
Remove further instance of LOCAL_OUTPUT_WITH_COPY
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
4bc77c402d
commit
dca796b966
@ -217,8 +217,6 @@ mbedtls_psa_drbg_context_t *const mbedtls_psa_random_state =
|
|||||||
uint8_t *output_copy_name = NULL;
|
uint8_t *output_copy_name = NULL;
|
||||||
#define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \
|
#define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \
|
||||||
output_copy = output;
|
output_copy = output;
|
||||||
#define LOCAL_OUTPUT_ALLOC_WITH_COPY(output, length, output_copy) \
|
|
||||||
output_copy = output;
|
|
||||||
#define LOCAL_OUTPUT_FREE(output, output_copy) \
|
#define LOCAL_OUTPUT_FREE(output, output_copy) \
|
||||||
output_copy = NULL;
|
output_copy = NULL;
|
||||||
#endif /* MBEDTLS_PSA_COPY_CALLER_BUFFERS */
|
#endif /* MBEDTLS_PSA_COPY_CALLER_BUFFERS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user