$OpenBSD: patch-random_c,v 1.1 2010/09/23 21:58:50 jeremy Exp $
--- random.c.orig	Wed May 26 04:19:30 2010
+++ random.c	Tue Sep  7 13:27:05 2010
@@ -480,7 +480,7 @@ fill_random_seed(unsigned int seed[DEFAULT_SEED_CNT])
     memset(seed, 0, DEFAULT_SEED_LEN);
 
 #if USE_DEV_URANDOM
-    if ((fd = open("/dev/urandom", O_RDONLY
+    if ((fd = open("/dev/arandom", O_RDONLY
 #ifdef O_NONBLOCK
             |O_NONBLOCK
 #endif
