diff options
Diffstat (limited to 'libtomcrypt/src/mac/pelican/pelican.c')
-rw-r--r-- | libtomcrypt/src/mac/pelican/pelican.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtomcrypt/src/mac/pelican/pelican.c b/libtomcrypt/src/mac/pelican/pelican.c index 734cd38..47640a3 100644 --- a/libtomcrypt/src/mac/pelican/pelican.c +++ b/libtomcrypt/src/mac/pelican/pelican.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" @@ -15,7 +15,7 @@ Pelican MAC, initialize state, by Tom St Denis */ -#ifdef PELICAN +#ifdef LTC_PELICAN #define ENCRYPT_ONLY #define PELI_TAB @@ -160,6 +160,6 @@ int pelican_done(pelican_state *pelmac, unsigned char *out) #endif -/* $Source: /cvs/libtom/libtomcrypt/src/mac/pelican/pelican.c,v $ */ -/* $Revision: 1.18 $ */ -/* $Date: 2006/04/02 13:19:10 $ */ +/* $Source$ */ +/* $Revision$ */ +/* $Date$ */ |