$OpenBSD: patch-src_rsa_c,v 1.2 2014/05/08 14:36:49 brad Exp $
--- src/rsa.c.orig	Sun Apr 20 11:06:24 2014
+++ src/rsa.c	Tue Apr 22 22:15:23 2014
@@ -70,12 +70,6 @@ binary_to_hex(unsigned char *bin, char *hex, int lengt
 int
 get_randomness(unsigned char *buf, int length)
 {
-  /* Seed OpenSSL PRNG with EGD enthropy pool -kre */
-  if (ConfigFileEntry.use_egd &&
-      ConfigFileEntry.egdpool_path)
-    if (RAND_egd(ConfigFileEntry.egdpool_path) == -1)
-      return -1;
-
   if (RAND_status())
     return RAND_bytes(buf, length);
   /* XXX - abort? */
