mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-04 04:13:40 +00:00
Fix typo in thread_import_key
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
f111f35478
commit
6c488709d6
@ -1361,7 +1361,7 @@ void *thread_import_key(void *ctx)
|
||||
same_key_context *skc = (struct same_key_context *) ctx;
|
||||
psa_key_attributes_t got_attributes = PSA_KEY_ATTRIBUTES_INIT;
|
||||
|
||||
/* Import the key, exactly one thread must succceed. */
|
||||
/* Import the key, exactly one thread must succeed. */
|
||||
psa_status_t status = psa_import_key(skc->attributes, skc->data->x,
|
||||
skc->data->len, &returned_key_id);
|
||||
switch (status) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user