summaryrefslogtreecommitdiff
path: root/src/ltc/ciphers/rc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/ciphers/rc2.c')
-rw-r--r--src/ltc/ciphers/rc2.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ltc/ciphers/rc2.c b/src/ltc/ciphers/rc2.c
index e0e05d17..ebd8f882 100644
--- a/src/ltc/ciphers/rc2.c
+++ b/src/ltc/ciphers/rc2.c
@@ -5,8 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
- *
- * Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
/**********************************************************************\
* To commemorate the 1996 RSA Data Security Conference, the following *
@@ -18,7 +16,7 @@
* Thanks to CodeView, SoftIce, and D86 for helping bring this code to *
* the public. *
\**********************************************************************/
-#include <tomcrypt.h>
+#include "tomcrypt.h"
/**
@file rc2.c
@@ -414,6 +412,6 @@ int rc2_keysize(int *keysize)
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */