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:
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