mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04:00
Add missing guards around exit label
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
4e8215057c
commit
10e44f3fd1
@ -5501,7 +5501,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user