mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add missing guards around exit label
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@ -7653,7 +7653,9 @@ psa_status_t psa_generate_random(uint8_t *output_external,
|
||||
|
||||
status = psa_generate_random_internal(output, output_size);
|
||||
|
||||
#if defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS)
|
||||
exit:
|
||||
#endif
|
||||
LOCAL_OUTPUT_FREE(output_external, output);
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user