mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fixed to the features check
This commit is contained in:
parent
1a9cb81973
commit
790e395729
4 changed files with 13 additions and 1 deletions
|
|
@ -99,7 +99,9 @@ void version_get_string_full( char *string );
|
|||
*
|
||||
* \param feature The string for the define to check (e.g. "POLARSSL_AES_C")
|
||||
*
|
||||
* \return 0 if the feature is present, -1 if not.
|
||||
* \return 0 if the feature is present, -1 if the feature is not
|
||||
* present and -2 if support for feature checking as a whole
|
||||
* was not compiled in.
|
||||
*/
|
||||
int version_check_feature( const char *feature );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue