Skip to main content

mbedtls_version_get_string_full

Function mbedtls_version_get_string_full 

Source
pub unsafe extern "C" fn mbedtls_version_get_string_full(
    string: *mut c_char,
)
Expand description

Get the full version string (“Mbed TLS x.y.z”).

\param string The string that will receive the value. The Mbed TLS version string will use 18 bytes AT MOST including a terminating null byte. (So the buffer should be at least 18 bytes to receive this version string).