mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Actually use the point format selected for ECDH
This commit is contained in:
parent
7b19c16b74
commit
5734b2d358
4 changed files with 2 additions and 7 deletions
|
|
@ -155,8 +155,6 @@ int ecdh_read_params( ecdh_context *ctx,
|
|||
{
|
||||
int ret;
|
||||
|
||||
ecdh_init( ctx );
|
||||
|
||||
if( ( ret = ecp_tls_read_group( &ctx->grp, buf, end - *buf ) ) != 0 )
|
||||
return( ret );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue