From 65ea2d1cb9f91b81127142551d0f4098583ede73 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 3 Sep 2004 10:57:31 +0000 Subject: changes related to the next FIPS validation git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@193 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- md4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'md4.h') 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) //! MD4 /*! \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 { public: -- cgit v1.2.1