summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-05-07 22:19:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-10 20:35:10 +0800
commit538442d5d699131a28334aad8486d0fda1411fa8 (patch)
tree4e1d2e007941d2ba154a27d9decec8059e981d64 /crypto/tcrypt.c
parent470faeb74f871eeb868b0c378aa7cb1d48a7d8cb (diff)
downloadlinux-crypto-538442d5d699131a28334aad8486d0fda1411fa8.tar.gz
linux-crypto-538442d5d699131a28334aad8486d0fda1411fa8.zip
[CRYPTO] tcrpyt: Get rid of change log in source
Change logs should be kept in source control systems, not the source. This patch removes the change log from tcrpyt to stop people from extending it any more. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index f6220b35..285c093a 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -13,14 +13,6 @@
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
- * 2008-04-27 Added RIPEMD tests
- * 2007-11-13 Added GCM tests
- * 2007-11-13 Added AEAD support
- * 2007-11-06 Added SHA-224 and SHA-224-HMAC tests
- * 2006-12-07 Added SHA384 HMAC and SHA512 HMAC tests
- * 2004-08-09 Added cipher speed tests (Reyk Floeter <reyk@vantronix.net>)
- * 2003-09-14 Rewritten by Kartikey Mahendra Bhatt
- *
*/
#include <linux/err.h>