1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-01-12 02:45:42 +00:00

- Always return 0 fixed in doc for havege_random()

This commit is contained in:
Paul Bakker 2012-02-03 08:13:57 +00:00
parent 3c18a830b3
commit e708e5c901

View file

@ -60,7 +60,7 @@ void havege_init( havege_state *hs );
* \param output Buffer to fill * \param output Buffer to fill
* \param len Length of buffer * \param len Length of buffer
* *
* \return A random int * \return 0
*/ */
int havege_random( void *p_rng, unsigned char *output, size_t len ); int havege_random( void *p_rng, unsigned char *output, size_t len );