mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 16:49:47 +00:00
- Always return 0 fixed in doc for havege_random()
This commit is contained in:
@@ -60,7 +60,7 @@ void havege_init( havege_state *hs );
|
||||
* \param output Buffer to fill
|
||||
* \param len Length of buffer
|
||||
*
|
||||
* \return A random int
|
||||
* \return 0
|
||||
*/
|
||||
int havege_random( void *p_rng, unsigned char *output, size_t len );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user