mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
randombytes_stir() returns void
This commit is contained in:
@@ -35,7 +35,7 @@ randombytes_random(void)
|
||||
void
|
||||
randombytes_stir(void)
|
||||
{
|
||||
return implementation->stir();
|
||||
implementation->stir();
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
||||
Reference in New Issue
Block a user