summaryrefslogtreecommitdiff
path: root/gnu/java/security/hash
diff options
context:
space:
mode:
authorRaif S. Naffah <raif@swiftdsl.com.au>2006-05-20 03:25:08 +0000
committerRaif S. Naffah <raif@swiftdsl.com.au>2006-05-20 03:25:08 +0000
commit526c098d2e900e1df5c94c1cd01baa5cb4213a03 (patch)
tree55f7d7f572d3f849f2d123f3659cd308b7ed204c /gnu/java/security/hash
parentcba060091175c353900746d912ab5ada9bbf6cbc (diff)
downloadclasspath-526c098d2e900e1df5c94c1cd01baa5cb4213a03.tar.gz
2006-05-20 Raif S. Naffah <raif@swiftdsl.com.au>
* gnu/java/security/OID.java: Updated copyright year. (OID): Removed unused Javadoc param tag. * gnu/java/security/prng/PRNGFactory.java: Removed unused import. * gnu/java/security/hash/MD4.java: Fixed a Javadoc link.
Diffstat (limited to 'gnu/java/security/hash')
-rw-r--r--gnu/java/security/hash/MD4.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/java/security/hash/MD4.java b/gnu/java/security/hash/MD4.java
index a09eb1705..215cd9837 100644
--- a/gnu/java/security/hash/MD4.java
+++ b/gnu/java/security/hash/MD4.java
@@ -44,7 +44,7 @@ import gnu.java.security.util.Util;
/**
* <p>An implementation of Ron Rivest's MD4 message digest algorithm.</p>
*
- * <p>MD4 was the precursor to the stronger {@link gnu.crypto.hash.MD5}
+ * <p>MD4 was the precursor to the stronger {@link gnu.java.security.hash.MD5}
* algorithm, and while not considered cryptograpically secure itself, MD4 is
* in use in various applications. It is slightly faster than MD5.</p>
*