commit | ccf574e030c214914c7b36ca676242d4a1c08923 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Jan 29 08:26:15 2019 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Jan 29 08:26:15 2019 +0000 |
tree | 491d852c730af729f4caf03a7ac0ff75db394d10 | |
parent | af01b4b387c9817ef1464705cc857a293fbc3c07 [diff] |
Fix outdated comment in ecdsa_verify_wrap()
diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 332696d..c7f879a 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -563,7 +563,7 @@ if( curve == 0 ) return( MBEDTLS_ERR_PK_BAD_INPUT_DATA ); - /* mbedlts_pk_write_pubkey_der() expects a full PK context, + /* mbedtls_pk_write_pubkey() expects a full PK context; * re-construct one to make it happy */ key.pk_info = &pk_info; key.pk_ctx = ctx;