mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 23:08:00 +02:00
Add arc4random_stir and arc4random_addrandom functions
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
u_int32_t arc4random();
|
||||
void arc4random_stir();
|
||||
void arc4random_addrandom(u_char *dat, int datlen);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user