Make ecp_supported_curves constant

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-17 15:42:35 +02:00 committed by Paul Bakker
parent ed7cbe92d5
commit a79d123a55
3 changed files with 5 additions and 5 deletions

View file

@ -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)