$OpenBSD: patch-util_c,v 1.4 2010/06/19 21:18:11 jakob Exp $
--- util.c.orig	Tue May 18 03:08:09 2010
+++ util.c	Tue Jun 15 21:21:35 2010
@@ -272,7 +272,7 @@ ldns_init_random(FILE *fd, unsigned int size)
 	seed = LDNS_XMALLOC(uint8_t, size);
 
 	if (!fd) {
-		if ((rand_f = fopen("/dev/urandom", "r")) == NULL) {
+		if ((rand_f = fopen("/dev/arandom", "r")) == NULL) {
 			/* no readable /dev/urandom, try /dev/random */
 			if ((rand_f = fopen("/dev/random", "r")) == NULL) {
 				/* no readable /dev/random either, and no entropy
