mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Make ecp_supported_curves constant
This commit is contained in:
committed by
Paul Bakker
parent
ed7cbe92d5
commit
a79d123a55
@@ -76,7 +76,7 @@ typedef struct
|
||||
/**
|
||||
* List of supported curves
|
||||
*/
|
||||
extern ecp_curve_info ecp_supported_curves[];
|
||||
extern const ecp_curve_info ecp_supported_curves[];
|
||||
|
||||
/**
|
||||
* \brief ECP point structure (jacobian coordinates)
|
||||
|
||||
Reference in New Issue
Block a user