Go to the documentation of this file.
30 #ifndef MBEDTLS_VERSION_H
31 #define MBEDTLS_VERSION_H
33 #if !defined(MBEDTLS_CONFIG_FILE)
36 #include MBEDTLS_CONFIG_FILE
43 #define MBEDTLS_VERSION_MAJOR 2
44 #define MBEDTLS_VERSION_MINOR 16
45 #define MBEDTLS_VERSION_PATCH 1
52 #define MBEDTLS_VERSION_NUMBER 0x02100100
53 #define MBEDTLS_VERSION_STRING "2.16.1"
54 #define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.1"
56 #if defined(MBEDTLS_VERSION_C)