[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[14564] trunk/imap_proxy
From:       pdontthink () users ! sourceforge ! net
Date:       2016-09-14 0:00:22
Message-ID: E1bjxco-0006l5-Bv () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 14564
          http://sourceforge.net/p/squirrelmail/code/14564
Author:   pdontthink
Date:     2016-09-14 00:00:22 +0000 (Wed, 14 Sep 2016)
Log Message:
-----------
Remove EGD support (thanks to Loganaden Velvindron)

Modified Paths:
--------------
    trunk/imap_proxy/ChangeLog
    trunk/imap_proxy/src/main.c

Modified: trunk/imap_proxy/ChangeLog
===================================================================
--- trunk/imap_proxy/ChangeLog	2016-09-13 23:48:22 UTC (rev 14563)
+++ trunk/imap_proxy/ChangeLog	2016-09-14 00:00:22 UTC (rev 14564)
@@ -1,6 +1,7 @@
 2016-09-12  Paul Lesniewski <paul@squirrelmail.org>
 	* Added support for systemd startup
 	* Added support for accepting pre-auth ID commands (RFC 2971)
+	* Removed EGD support (thanks to Loganaden Velvindron)
 
 2014-01-20  Paul Lesniewski <paul@squirrelmail.org>
 	* Added support for up to TLS v1.2 (thanks to Emmanuel Dreyfus)

Modified: trunk/imap_proxy/src/main.c
===================================================================
--- trunk/imap_proxy/src/main.c	2016-09-13 23:48:22 UTC (rev 14563)
+++ trunk/imap_proxy/src/main.c	2016-09-14 00:00:22 UTC (rev 14564)
@@ -452,13 +452,8 @@
     /* Set up OpenSSL thread protection */
     ssl_thread_setup(fn);
 
-    /* Need to seed PRNG, too! */
-    if ( RAND_egd( ( RAND_file_name( f_randfile, sizeof( f_randfile ) ) == \
                f_randfile ) ? f_randfile : "/.rnd" ) )
-    {
-	/* Not an EGD, so read and write it. */
-	if ( RAND_load_file( f_randfile, -1 ) )
+    if ( RAND_load_file( f_randfile, -1 ) )
 	RAND_write_file( f_randfile );
-    }
 
     SSL_load_error_strings();
 

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic