No need to call randombytes_sysrandom_stir_if_needed() twice.
This commit is contained in:
parent
e68b08a4ff
commit
802369e9dd
@ -148,7 +148,6 @@ randombytes_sysrandom(void)
|
||||
{
|
||||
uint32_t r;
|
||||
|
||||
randombytes_sysrandom_stir_if_needed();
|
||||
randombytes_sysrandom_buf(&r, sizeof r);
|
||||
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user