The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[].
diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h
index 1635b70..e79b0bc 100644
--- a/include/polarssl/ecp.h
+++ b/include/polarssl/ecp.h
@@ -256,6 +256,13 @@
 const ecp_curve_info *ecp_curve_info_from_name( const char *name );
 
 /**
+ * \brief           Get the default ECDH curve list
+ *
+ * \return          The default ECDH curve list
+ */
+ecp_group_id *ecp_get_default_echd_curve_list( void );
+
+/**
  * \brief           Initialize a point (as zero)
  */
 void ecp_point_init( ecp_point *pt );