diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index 48d0f162a2..53c4f38cf6 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -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 );