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