Make ecp_supported_curves constant
This commit is contained in:
parent
ed7cbe92d5
commit
a79d123a55
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue