From 683d84a5d73b3db528c795e78d75ddcd2706a451 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 4 Sep 2019 16:10:46 +0100 Subject: [PATCH] Fixup TinyCrypt PK parse: Correct function name in comment --- library/pkparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/pkparse.c b/library/pkparse.c index d03695b63..1a73101f9 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -969,7 +969,8 @@ static int pk_parse_key_sec1_der( mbedtls_uecc_keypair *keypair, 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. */ if( ret != MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE )