diff options
Diffstat (limited to 'libtomcrypt/src/modes/lrw/lrw_setiv.c')
-rw-r--r-- | libtomcrypt/src/modes/lrw/lrw_setiv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtomcrypt/src/modes/lrw/lrw_setiv.c b/libtomcrypt/src/modes/lrw/lrw_setiv.c index bb3c0aa..2ff9a80 100644 --- a/libtomcrypt/src/modes/lrw/lrw_setiv.c +++ b/libtomcrypt/src/modes/lrw/lrw_setiv.c @@ -6,7 +6,7 @@ * The library is free for all purposes without any express * guarantee it works. * - * Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com + * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" @@ -74,6 +74,6 @@ int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw) #endif -/* $Source: /cvs/libtom/libtomcrypt/src/modes/lrw/lrw_setiv.c,v $ */ -/* $Revision: 1.12 $ */ -/* $Date: 2006/06/29 01:53:13 $ */ +/* $Source$ */ +/* $Revision$ */ +/* $Date$ */ |