mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Add ecp_curve_list(), hide ecp_supported_curves
This commit is contained in:
parent
dace82f805
commit
da179e4870
5 changed files with 22 additions and 12 deletions
|
|
@ -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) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue