Fix a typo in a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
564bc1bb96
commit
94cf1f82ad
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ static int pk_ecc_set_key(mbedtls_pk_context *pk,
|
||||||
* Note: the private key information is always available from pk,
|
* Note: the private key information is always available from pk,
|
||||||
* however for convenience the serialized version is also passed,
|
* however for convenience the serialized version is also passed,
|
||||||
* as it's available at each calling site, and useful in some configs
|
* as it's available at each calling site, and useful in some configs
|
||||||
* (as otherwise we're have to re-serialize it from the pk context).
|
* (as otherwise we would have to re-serialize it from the pk context).
|
||||||
*
|
*
|
||||||
* There are three implementations of this function:
|
* There are three implementations of this function:
|
||||||
* 1. MBEDTLS_PK_USE_PSA_EC_DATA,
|
* 1. MBEDTLS_PK_USE_PSA_EC_DATA,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue