Add ecp_curve_list(), hide ecp_supported_curves

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-18 15:31:24 +02:00 committed by Paul Bakker
parent dace82f805
commit da179e4870
5 changed files with 22 additions and 12 deletions

View file

@ -38,7 +38,7 @@
*/
#if !defined(ECPARAMS)
#define ECPARAMS ecp_supported_curves[0].grp_id
#define ECPARAMS ecp_curve_list()->grp_id
#endif
#if !defined(POLARSSL_ECDSA_C) || \