Update of /cvsroot/freenet/freenet/src/freenet/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv29322/src/freenet/crypt

Modified Files:
        Yarrow.java 
Log Message:
6223: major bugfixes, from local testing. also merge the Yarrow patch. also lots of 
logging.


Index: Yarrow.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/crypt/Yarrow.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Yarrow.java 9 Apr 2003 20:23:16 -0000       1.8
+++ Yarrow.java 7 Oct 2003 20:03:39 -0000       1.9
@@ -374,7 +374,9 @@
        rekey(tmp);
        Util.wipe(v0);
        fast_entropy=0;
+       if (! (seedfile.toString()).equals("/dev/urandom")) {
        write_seed(seedfile);
+    }
     }
 
     private void slow_pool_reseed() {

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to