commit | 50f58fc3e476d50233d1288548920938558da965 | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Thu Feb 15 14:24:03 2024 +0000 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Thu Feb 15 14:24:03 2024 +0000 |
tree | 057c277c74bbc3ed68b1e10d8db3e454106f2ec3 | |
parent | fe2bda32572ed90813f6c2c1181593ac82a684e5 [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 e64d172..b78e869 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -7363,7 +7363,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 {