Fix comment

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-28 14:59:52 +02:00
parent d851d6872a
commit 95180fe808
No known key found for this signature in database
GPG Key ID: 106F5A41ECC305BD

View File

@ -392,7 +392,7 @@ psa_status_t psa_get_and_lock_key_slot( mbedtls_svc_key_id_t key,
status = PSA_ERROR_INVALID_HANDLE;
}
else
/* Do the key usage policy extension. */
/* Add implicit usage flags. */
psa_extend_key_usage_flags( &(*p_slot)->attr.policy.usage );
return( status );