commit | ca92831a60370624b26488b49a60735819715fc1 | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue Mar 12 17:53:30 2024 +0000 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Mar 12 17:53:30 2024 +0000 |
tree | 6b447bb9e1e7d295511b381cfc6958ca398f0774 | |
parent | 4fef9337a92a54dc26824c732c0b42e2f6e0f1cc [diff] [blame] |
Add missing semicolon Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 0a94c8f..6a00a93 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -5464,7 +5464,7 @@ return status; } - LOCAL_INPUT_ALLOC(peer_key_external, peer_key_length, peer_key) + LOCAL_INPUT_ALLOC(peer_key_external, peer_key_length, peer_key); status = psa_key_agreement_internal(operation, step, slot, peer_key, peer_key_length);