28 #ifndef POLARSSL_VERSION_H
29 #define POLARSSL_VERSION_H
31 #if !defined(POLARSSL_CONFIG_FILE)
34 #include POLARSSL_CONFIG_FILE
41 #define POLARSSL_VERSION_MAJOR 1
42 #define POLARSSL_VERSION_MINOR 3
43 #define POLARSSL_VERSION_PATCH 16
50 #define POLARSSL_VERSION_NUMBER 0x01031000
51 #define POLARSSL_VERSION_STRING "1.3.16"
52 #define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.16"
54 #if defined(POLARSSL_VERSION_C)
Configuration options (set of defines)
int version_check_feature(const char *feature)
Check if support for a feature was compiled into this mbed TLS binary.
unsigned int version_get_number(void)
Get the version number.
void version_get_string(char *string)
Get the version string ("x.y.z").
void version_get_string_full(char *string)
Get the full version string ("mbed TLS x.y.z").