mbed TLS v3.3.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 3 |
#define | MBEDTLS_VERSION_PATCH 0 |
#define | MBEDTLS_VERSION_NUMBER 0x03030000 |
#define | MBEDTLS_VERSION_STRING "3.3.0" |
#define | MBEDTLS_VERSION_STRING_FULL "mbed TLS 3.3.0" |
#define | MBEDTLS_PK_C |
#define | MBEDTLS_PK_WRITE_C |
#define | MBEDTLS_PK_PARSE_C |
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_PK_C |
Definition at line 91 of file build_info.h.
#define MBEDTLS_PK_PARSE_C |
Definition at line 93 of file build_info.h.
#define MBEDTLS_PK_WRITE_C |
Definition at line 92 of 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 3 |
Definition at line 40 of file build_info.h.
#define MBEDTLS_VERSION_NUMBER 0x03030000 |
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.3.0" |
Definition at line 49 of file build_info.h.
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 3.3.0" |
Definition at line 50 of file build_info.h.