Go to the source code of this file.
◆ MBEDTLS_VERSION_MAJOR
#define MBEDTLS_VERSION_MAJOR 2 |
The version number x.y.z is split into three parts. Major, Minor, Patchlevel
Definition at line 66 of file version.h.
◆ MBEDTLS_VERSION_MINOR
#define MBEDTLS_VERSION_MINOR 16 |
◆ MBEDTLS_VERSION_NUMBER
#define MBEDTLS_VERSION_NUMBER 0x02100B00 |
The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch version
Definition at line 75 of file version.h.
◆ MBEDTLS_VERSION_PATCH
#define MBEDTLS_VERSION_PATCH 11 |
◆ MBEDTLS_VERSION_STRING
#define MBEDTLS_VERSION_STRING "2.16.11" |
◆ MBEDTLS_VERSION_STRING_FULL
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.16.11" |