mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix a typo in a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user