mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 07:36:28 -04:00
Add missing semicolon
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
4fef9337a9
commit
ca92831a60
@ -5464,7 +5464,7 @@ psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *op
|
|||||||
return status;
|
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,
|
status = psa_key_agreement_internal(operation, step,
|
||||||
slot,
|
slot,
|
||||||
peer_key, peer_key_length);
|
peer_key, peer_key_length);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user