r27001 - trunk/freenet/src/freenet/keys
[email protected] Sat, 18 Apr 2009 18:00:00 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toad
Date: 2009-04-18 18:00:00 +0000 (Sat, 18 Apr 2009)
New Revision: 27001
Modified:
trunk/freenet/src/freenet/keys/USK.java
Log:
comments
Modified: trunk/freenet/src/freenet/keys/USK.java
===================================================================
--- trunk/freenet/src/freenet/keys/USK.java 2009-04-18 17:54:37 UTC (rev 27000)
+++ trunk/freenet/src/freenet/keys/USK.java 2009-04-18 18:00:00 UTC (rev 27001)
@@ -77,6 +77,7 @@
siteName.hashCode() ^ (int)suggestedEdition ^ (int)(suggestedEdition >> 32);
}
+ // FIXME: Be careful with this constructor! There must not be an edition in the ClientSSK!
public USK(ClientSSK ssk, long myARKNumber) {
this.pubKeyHash = ssk.pubKeyHash;
this.cryptoKey = ssk.cryptoKey;