$OpenBSD: patch-src_expand_c,v 1.3 2014/07/23 10:36:24 sthen Exp $
--- src/expand.c.orig	Mon Jul 21 15:28:07 2014
+++ src/expand.c	Tue Jul 22 21:03:13 2014
@@ -912,8 +912,7 @@ vaguely_random_number(int max)
 
 #ifdef HAVE_ARC4RANDOM
       /* cryptographically strong randomness, common on *BSD platforms, not
-      so much elsewhere.  Alas. */
-      arc4random_stir();
+      so much elsewhere.  Alas.  Self-initializing, no need to seed. */
 #elif defined(HAVE_SRANDOM) || defined(HAVE_SRANDOMDEV)
 #ifdef HAVE_SRANDOMDEV
       /* uses random(4) for seeding */
