commit | 3c0c6b1c4beaa75256eb7823d853ae30019035de | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Thu Feb 15 14:25:08 2024 +0000 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Thu Feb 15 14:25:08 2024 +0000 |
tree | 6b3fde85ea3148a0451885e0b3cc611a94c0fc4c | |
parent | db5d607cb170560a98d3fca09f5a81e15dbbf35b [diff] |
Conditionally include exit label Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index d1973a5..319ad83 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -5265,7 +5265,9 @@ 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 {