mbed TLS v3.1.0
|
Build-time configuration info. More...
#include "mbedtls/mbedtls_config.h"
#include "mbedtls/config_psa.h"
#include "mbedtls/check_config.h"
Go to the source code of this file.
Macros | |
#define | MBEDTLS_VERSION_MAJOR 3 |
#define | MBEDTLS_VERSION_MINOR 1 |
#define | MBEDTLS_VERSION_PATCH 0 |
#define | MBEDTLS_VERSION_NUMBER 0x03010000 |
#define | MBEDTLS_VERSION_STRING "3.1.0" |
#define | MBEDTLS_VERSION_STRING_FULL "mbed TLS 3.1.0" |
Build-time configuration info.
Include this file if you need to depend on the configuration options defined in mbedtls_config.h or MBEDTLS_CONFIG_FILE
Definition in file build_info.h.
#define MBEDTLS_VERSION_MAJOR 3 |
The version number x.y.z is split into three parts. Major, Minor, Patchlevel
Definition at line 39 of file build_info.h.
#define MBEDTLS_VERSION_MINOR 1 |
Definition at line 40 of file build_info.h.
#define MBEDTLS_VERSION_NUMBER 0x03010000 |
The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch version
Definition at line 48 of file build_info.h.
#define MBEDTLS_VERSION_PATCH 0 |
Definition at line 41 of file build_info.h.
#define MBEDTLS_VERSION_STRING "3.1.0" |
Definition at line 49 of file build_info.h.
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 3.1.0" |
Definition at line 50 of file build_info.h.