commit | ac7194133ec165bccf56dc614321bc3012f8184e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 04 14:48:50 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 06 10:28:38 2014 +0100 |
tree | e4a0b096da915ffd8ec405c3968ab5ee821e962c | |
parent | e40c469ad3d8b7b6cd8b6e21dfc0227dc73492b5 [diff] [blame] |
Renamings and other fixes
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index dd84daa..987e2cf 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3386,7 +3386,7 @@ #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 )