diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 | 
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 | 
| commit | 49af073ed77202a54dfdd773cbcbbf7835c75baf (patch) | |
| tree | b180dbeab238a3d30b8d99d05c9cf0e30fbadd5a /lib/roken/rand.c | |
| parent | d684f11da759490a8d98d7b790796106285f4084 (diff) | |
Diffstat (limited to 'lib/roken/rand.c')
| -rw-r--r-- | lib/roken/rand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/roken/rand.c b/lib/roken/rand.c index 03239d7dc244..f2617d8ab2bc 100644 --- a/lib/roken/rand.c +++ b/lib/roken/rand.c @@ -42,7 +42,7 @@ void ROKEN_LIB_FUNCTION  rk_random_init(void)  {  #if defined(HAVE_ARC4RANDOM) -    arc4random_stir(); +    /* nothing to do */;  #elif defined(HAVE_SRANDOMDEV)      srandomdev();  #elif defined(HAVE_RANDOM) | 
