mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Actually use the point format selected for ECDH
This commit is contained in:
committed by
Paul Bakker
parent
7b19c16b74
commit
5734b2d358
@ -429,9 +429,6 @@ struct _ssl_handshake_params
|
||||
ecdh_context ecdh_ctx; /*!< ECDH key exchange */
|
||||
#endif
|
||||
int ec_curve; /*!< Selected elliptic curve */
|
||||
#if defined(POLARSSL_ECP_C)
|
||||
int ec_point_format; /*!< Client supported format */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Checksum contexts
|
||||
|
Reference in New Issue
Block a user