aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.h
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
commitb10c170638c1f75bf582a75442fcdf27057ff537 (patch)
tree9c6b11d33d52aa4498ddcba3b45d620391509db9 /crypto/tcrypt.h
parent[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms (diff)
downloadlinux-dev-b10c170638c1f75bf582a75442fcdf27057ff537.tar.xz
linux-dev-b10c170638c1f75bf582a75442fcdf27057ff537.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 '')
-rw-r--r--crypto/tcrypt.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h
index 89068233acfd..af91f0cd15a5 100644
--- a/crypto/tcrypt.h
+++ b/crypto/tcrypt.h
@@ -13,13 +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
- * 2006-12-07 Added SHA384 HMAC and SHA512 HMAC tests
- * 2004-08-09 Cipher speed tests by Reyk Floeter <reyk@vantronix.net>
- * 2003-09-14 Changes by Kartikey Mahendra Bhatt
- *
*/
#ifndef _CRYPTO_TCRYPT_H
#define _CRYPTO_TCRYPT_H