From bf4eeb29f049e374b33b788a8df02357d659183c Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 18 Jun 2008 08:44:18 +0300 Subject: Add arc4random_stir and arc4random_addrandom functions --- include/bsd/random.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/bsd/random.h b/include/bsd/random.h index f3ab000..9999a8d 100644 --- a/include/bsd/random.h +++ b/include/bsd/random.h @@ -30,6 +30,8 @@ #include u_int32_t arc4random(); +void arc4random_stir(); +void arc4random_addrandom(u_char *dat, int datlen); #endif -- cgit v1.2.3