Fix function name to fit conventions

This commit is contained in:
Manuel Pégourié-Gonnard 2018-10-16 10:41:31 +02:00
parent c0edc96704
commit b843b15a02
4 changed files with 6 additions and 6 deletions

View file

@ -399,7 +399,7 @@ void mbedtls_ecp_set_max_ops( unsigned max_ops );
* \return \c 0 if \c max_ops == 0 (restart disabled)
* \return \c 1 otherwise (restart enabled)
*/
int mbedtls_ecp_restart_enabled( void );
int mbedtls_ecp_restart_is_enabled( void );
#endif /* MBEDTLS_ECP_RESTARTABLE */
/**