summaryrefslogtreecommitdiff
path: root/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'md4.h')
-rw-r--r--md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md4.h b/md4.h
index b33104c..bf5399c 100644
--- a/md4.h
+++ b/md4.h
@@ -7,7 +7,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! <a href="http://www.weidai.com/scan-mirror/md.html#MD4">MD4</a>
/*! \warning MD4 is considered insecure, and should not be used
- unless you absolutely need compatibility with a broken product. */
+ unless you absolutely need it for compatibility. */
class MD4 : public IteratedHashWithStaticTransform<word32, LittleEndian, 64, 16, MD4>
{
public: