Fix function name to fit conventions
This commit is contained in:
parent
c0edc96704
commit
b843b15a02
4 changed files with 6 additions and 6 deletions
|
@ -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 */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue