1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

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)