Author: nextgens
Date: 2008-04-05 02:41:14 +0000 (Sat, 05 Apr 2008)
New Revision: 18998
Modified:
trunk/freenet/src/freenet/crypt/SHA1.java
Log:
SHA1 shouldn't implement Cloneable (revert part of r18966)
Modified: trunk/freenet/src/freenet/crypt/SHA1.java
===================================================================
--- trunk/freenet/src/freenet/crypt/SHA1.java 2008-04-05 01:33:39 UTC (rev
18997)
+++ trunk/freenet/src/freenet/crypt/SHA1.java 2008-04-05 02:41:14 UTC (rev
18998)
@@ -33,7 +33,7 @@
* This is a simple port of Steve Reid's SHA-1 code into Java.
* I've run his test vectors through the code and they all pass.
*/
-public final class SHA1 implements Digest, Cloneable {
+public final class SHA1 implements Digest {
private static boolean alwaysThisOne = false;