Author: toad
Date: 2007-12-05 14:10:27 +0000 (Wed, 05 Dec 2007)
New Revision: 16318

Modified:
   trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
nextgens' fix was right.
The point still stands about refactoring though.

Modified: trunk/freenet/src/freenet/node/NodeCrypto.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCrypto.java      2007-12-05 14:08:26 UTC 
(rev 16317)
+++ trunk/freenet/src/freenet/node/NodeCrypto.java      2007-12-05 14:10:27 UTC 
(rev 16318)
@@ -246,7 +246,6 @@
                } catch (UnsupportedCipherException e) {
                        throw new Error(e);
                }
-               anonSetupCipher.initialize(identityHash);

        }



Reply via email to