1
0
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:
Manuel Pégourié-Gonnard
2013-08-15 19:04:02 +02:00
committed by Paul Bakker
parent 7b19c16b74
commit 5734b2d358
4 changed files with 2 additions and 7 deletions

View File

@ -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 );