mbed TLS v3.1.0
Macros
build_info.h File Reference

Build-time configuration info. More...

#include "mbedtls/mbedtls_config.h"
#include "mbedtls/config_psa.h"
#include "mbedtls/check_config.h"
Include dependency graph for build_info.h:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

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.

Macro Definition Documentation

#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.