Add arc4random_stir and arc4random_addrandom functions

This commit is contained in:
Guillem Jover
2008-06-18 08:44:18 +03:00
parent 26ab4750ee
commit bf4eeb29f0
4 changed files with 33 additions and 1 deletions

View File

@@ -30,6 +30,8 @@
#include <sys/types.h>
u_int32_t arc4random();
void arc4random_stir();
void arc4random_addrandom(u_char *dat, int datlen);
#endif