Go to the documentation of this file.
28 #ifndef MBEDTLS_VERSION_H
29 #define MBEDTLS_VERSION_H
31 #if !defined(MBEDTLS_CONFIG_FILE)
34 #include MBEDTLS_CONFIG_FILE
41 #define MBEDTLS_VERSION_MAJOR 2
42 #define MBEDTLS_VERSION_MINOR 14
43 #define MBEDTLS_VERSION_PATCH 1
50 #define MBEDTLS_VERSION_NUMBER 0x020E0100
51 #define MBEDTLS_VERSION_STRING "2.14.1"
52 #define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.14.1"
54 #if defined(MBEDTLS_VERSION_C)