Author: toad
Date: 2008-12-17 23:56:49 +0000 (Wed, 17 Dec 2008)
New Revision: 24496
Modified:
branches/db4o/freenet/src/freenet/keys/ClientSSK.java
Log:
Public key transient here too.
Modified: branches/db4o/freenet/src/freenet/keys/ClientSSK.java
===================================================================
--- branches/db4o/freenet/src/freenet/keys/ClientSSK.java 2008-12-17
23:51:38 UTC (rev 24495)
+++ branches/db4o/freenet/src/freenet/keys/ClientSSK.java 2008-12-17
23:56:49 UTC (rev 24496)
@@ -22,7 +22,7 @@
/** Document name */
public final String docName;
/** Public key */
- protected DSAPublicKey pubKey;
+ protected transient DSAPublicKey pubKey;
/** Public key hash */
public final byte[] pubKeyHash;
/** Encryption key */
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs