mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 15:35:34 +00:00
Clearer description for version_get_string_full() regarding 18 bytes
This commit is contained in:
parent
838ed3c74d
commit
3dfa07b401
|
@ -71,8 +71,11 @@ void version_get_string( char *string );
|
||||||
/**
|
/**
|
||||||
* Get the full version string ("PolarSSL x.y.z").
|
* Get the full version string ("PolarSSL x.y.z").
|
||||||
*
|
*
|
||||||
* \param string The string that will receive the value.
|
* \param string The string that will receive the value. The PolarSSL version
|
||||||
* (Should be at least 18 bytes in size)
|
* 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).
|
||||||
*/
|
*/
|
||||||
void version_get_string_full( char *string );
|
void version_get_string_full( char *string );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue