mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-07 10:59:54 +00:00
Add missing semicolon
Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
@@ -5464,7 +5464,7 @@ psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *op
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user