26#if !defined(POLARSSL_CONFIG_FILE)
29#include POLARSSL_CONFIG_FILE
32#if defined(POLARSSL_VERSION_C)
Configuration options (set of defines)
Run-time version information.
unsigned int version_get_number(void)
Get the version number.
#define POLARSSL_VERSION_STRING_FULL
#define POLARSSL_VERSION_NUMBER
The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch...
#define POLARSSL_VERSION_STRING
void version_get_string_full(char *string)
Get the full version string ("PolarSSL x.y.z").
void version_get_string(char *string)
Get the version string ("x.y.z").