mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Actually use the point format selected for ECDH
This commit is contained in:
committed by
Paul Bakker
parent
7b19c16b74
commit
5734b2d358
@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user