mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 18:11:00 +00:00
Fixup TinyCrypt PK parse: Correct function name in comment
This commit is contained in:
parent
f45d9da878
commit
683d84a5d7
|
@ -969,7 +969,8 @@ static int pk_parse_key_sec1_der( mbedtls_uecc_keypair *keypair,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* The only acceptable failure mode of pk_get_ecpubkey() above
|
* The only acceptable failure mode of
|
||||||
|
* uecc_public_key_read_binary() above
|
||||||
* is if the point format is not recognized.
|
* is if the point format is not recognized.
|
||||||
*/
|
*/
|
||||||
if( ret != MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE )
|
if( ret != MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE )
|
||||||
|
|
Loading…
Reference in a new issue