mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 12:55:12 +00:00
Fix comment
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
79df41dfca
commit
6c18541a5e
|
@ -393,7 +393,7 @@ psa_status_t psa_get_and_lock_key_slot( mbedtls_svc_key_id_t key,
|
||||||
status = PSA_ERROR_INVALID_HANDLE;
|
status = PSA_ERROR_INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
/* Do the key usage policy extension. */
|
/* Add implicit usage flags. */
|
||||||
psa_extend_key_usage_flags( &(*p_slot)->attr.policy.usage );
|
psa_extend_key_usage_flags( &(*p_slot)->attr.policy.usage );
|
||||||
|
|
||||||
return( status );
|
return( status );
|
||||||
|
|
Loading…
Reference in a new issue