summaryrefslogtreecommitdiff
path: root/libtomcrypt/src/modes/cfb/cfb_done.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/src/modes/cfb/cfb_done.c')
-rw-r--r--libtomcrypt/src/modes/cfb/cfb_done.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/libtomcrypt/src/modes/cfb/cfb_done.c b/libtomcrypt/src/modes/cfb/cfb_done.c
index 1ee9a98..24576c8 100644
--- a/libtomcrypt/src/modes/cfb/cfb_done.c
+++ b/libtomcrypt/src/modes/cfb/cfb_done.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
*/
#include "tomcrypt.h"
@@ -33,10 +31,10 @@ int cfb_done(symmetric_CFB *cfb)
return CRYPT_OK;
}
-
+
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */