mbedtls_version_check_feature() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesData Use

Return value

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.

Notes

only checks against defines in the sections "System support", "Mbed TLS modules" and "Mbed TLS feature support" in mbedtls_config.h

References