Renamings and other fixes

This commit is contained in:
Manuel Pégourié-Gonnard 2014-02-04 14:48:50 +01:00
parent e40c469ad3
commit ac7194133e
3 changed files with 50 additions and 41 deletions

View file

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