mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 07:09:12 -04:00
Conditionally guard exit label to stop unused label error
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
dcbc1d3750
commit
3a4153a768
@ -1523,7 +1523,9 @@ psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
|
||||
slot->key.data, slot->key.bytes,
|
||||
data, data_size, data_length);
|
||||
|
||||
#if defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS)
|
||||
exit:
|
||||
#endif
|
||||
unlock_status = psa_unlock_key_slot(slot);
|
||||
|
||||
LOCAL_OUTPUT_FREE(data_external, data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user