Skip to content

Commit

Permalink
[CRYPTO] tcrpyt: Get rid of change log in source
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herbert Xu committed Jul 10, 2008
1 parent 82798f9 commit b10c170
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 0 additions & 7 deletions crypto/tcrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b10c170

Please sign in to comment.