$OpenBSD: patch-src_main_c,v 1.2 2021/03/16 17:44:52 sthen Exp $

Index: src/main.c
--- src/main.c.orig
+++ src/main.c
@@ -460,14 +460,6 @@ int main( int argc, char *argv[] )
     /* Set up OpenSSL thread protection */
     ssl_thread_setup(fn);
 
-#ifndef HAVE_RAND_EGD
-    if ( RAND_egd( ( RAND_file_name( f_randfile, sizeof( f_randfile ) ) == f_randfile ) ? f_randfile : "/.rnd" ) ) 
-#endif
-    {
-	if ( RAND_load_file( f_randfile, -1 ) )
-	    RAND_write_file( f_randfile );
-    }
-
     SSL_load_error_strings();
 
     /* 
