Renamings and other fixes
This commit is contained in:
parent
e40c469ad3
commit
ac7194133e
3 changed files with 50 additions and 41 deletions
|
@ -3386,7 +3386,7 @@ int ssl_init( ssl_context *ssl )
|
|||
|
||||
#if defined(POLARSSL_KEY_EXCHANGE__SOME__ECDHE_ENABLED) && \
|
||||
defined(POLARSSL_SSL_SET_CURVES)
|
||||
ssl->curve_list = ecp_get_default_echd_curve_list( );
|
||||
ssl->curve_list = ecp_grp_id_list( );
|
||||
#endif
|
||||
|
||||
if( ( ret = ssl_handshake_init( ssl ) ) != 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue