commit | 683d84a5d73b3db528c795e78d75ddcd2706a451 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Sep 04 16:10:46 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Sep 04 16:19:49 2019 +0100 |
tree | 1fcd52dcfce27b5c94742ee9e9854f78f4db4365 | |
parent | f45d9da8787ce859838fe92037186d1a938bfef2 [diff] |
Fixup TinyCrypt PK parse: Correct function name in comment
diff --git a/library/pkparse.c b/library/pkparse.c index d03695b..1a73101 100644 --- a/library/pkparse.c +++ b/library/pkparse.c
@@ -969,7 +969,8 @@ 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 )