mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Conditionally include exit label
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -7363,7 +7363,9 @@ psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *op
|
|||||||
slot,
|
slot,
|
||||||
peer_key, peer_key_length);
|
peer_key, peer_key_length);
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS)
|
||||||
exit:
|
exit:
|
||||||
|
#endif
|
||||||
if (status != PSA_SUCCESS) {
|
if (status != PSA_SUCCESS) {
|
||||||
psa_key_derivation_abort(operation);
|
psa_key_derivation_abort(operation);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user