mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -04:00
Conditionally include exit label
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
db5d607cb1
commit
3c0c6b1c4b
@ -5265,7 +5265,9 @@ psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *op
|
||||
slot,
|
||||
peer_key, peer_key_length);
|
||||
|
||||
#if defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS)
|
||||
exit:
|
||||
#endif
|
||||
if (status != PSA_SUCCESS) {
|
||||
psa_key_derivation_abort(operation);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user