mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 10:34:16 -04:00
Guard the exit to stop unused label warning
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
0f54727bf4
commit
b41c3c9582
@ -7114,7 +7114,9 @@ psa_status_t psa_key_derivation_input_bytes(
|
|||||||
status = psa_key_derivation_input_internal(operation, step,
|
status = psa_key_derivation_input_internal(operation, step,
|
||||||
PSA_KEY_TYPE_NONE,
|
PSA_KEY_TYPE_NONE,
|
||||||
data, data_length);
|
data, data_length);
|
||||||
|
#if defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS)
|
||||||
exit:
|
exit:
|
||||||
|
#endif
|
||||||
LOCAL_INPUT_FREE(data_external, data);
|
LOCAL_INPUT_FREE(data_external, data);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user