aboutsummaryrefslogtreecommitdiff
path: root/lib/roken/rand.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-03-28 17:02:13 +0000
committerCy Schubert <cy@FreeBSD.org>2022-03-28 17:02:13 +0000
commit49af073ed77202a54dfdd773cbcbbf7835c75baf (patch)
treeb180dbeab238a3d30b8d99d05c9cf0e30fbadd5a /lib/roken/rand.c
parentd684f11da759490a8d98d7b790796106285f4084 (diff)
Diffstat (limited to 'lib/roken/rand.c')
-rw-r--r--lib/roken/rand.c2
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)