$OpenBSD: patch-src_sslproc_c,v 1.3 2014/04/19 18:31:45 sthen Exp $
--- src/sslproc.c.orig	Sat Apr 19 19:26:02 2014
+++ src/sslproc.c	Sat Apr 19 19:26:36 2014
@@ -327,10 +327,7 @@ start_ssldaemon(int count, const char *ssl_cert, const
 		ctl = allocate_ssl_daemon(F1, P2, pid);
 		if(ircd_ssl_ok)
 		{
-			if(ConfigFileEntry.use_egd && (ConfigFileEntry.egdpool_path != NULL))
-				send_init_prng(ctl, RB_PRNG_EGD, ConfigFileEntry.egdpool_path);
-			else
-				send_init_prng(ctl, RB_PRNG_DEFAULT, NULL);
+			send_init_prng(ctl, RB_PRNG_DEFAULT, NULL);
 		}
 		if(ircd_ssl_ok && ssl_cert != NULL && ssl_private_key != NULL)
 			send_new_ssl_certs_one(ctl, ssl_cert, ssl_private_key,
