mbedtls_version_get_string() function
Get the version string ("x.y.z").
Syntax
void mbedtls_version_get_string(char *string); Arguments
string
The string that will receive the value. (Should be at least 9 bytes in size)
mbedtls_version_get_string():
![]()
mbedtls_version_get_string()