diff --git a/src/ciphers/camellia.c b/src/ciphers/camellia.c index 48d5fb2..0651012 100644 --- a/src/ciphers/camellia.c +++ b/src/ciphers/camellia.c @@ -705,6 +705,6 @@ int camellia_keysize(int *keysize) #endif -/* $Source: /cvs/libtom/libtomcrypt/src/ciphers/camellia.c,v $ */ -/* $Revision: 1.1 $ */ -/* $Date: 2007/06/20 13:14:52 $ */ +/* $Source$ */ +/* $Revision$ */ +/* $Date$ */ diff --git a/src/encauth/ccm/ccm_memory_ex.c b/src/encauth/ccm/ccm_memory_ex.c index 90518a4..9d0b28c 100644 --- a/src/encauth/ccm/ccm_memory_ex.c +++ b/src/encauth/ccm/ccm_memory_ex.c @@ -378,6 +378,6 @@ error: #endif -/* $Source: /cvs/libtom/libtomcrypt/src/encauth/ccm/ccm_memory.c,v $ */ -/* $Revision: 1.19 $ */ -/* $Date: 2006/12/28 01:27:23 $ */ +/* $Source$ */ +/* $Revision$ */ +/* $Date$ */ diff --git a/testme.sh b/testme.sh index b62fda8..ff98d23 100644 --- a/testme.sh +++ b/testme.sh @@ -53,6 +53,6 @@ bash testbuild.sh "NOTEST" "-DLTC_NO_TEST" "$1" "$2" "$3" || exit 1 # test build with no file routines bash testbuild.sh "NOFILE" "-DLTC_NO_FILE" "$1" "$2" "$3" || exit 1 -# $Source: /cvs/libtom/libtomcrypt/testme.sh,v $ -# $Revision: 1.20 $ -# $Date: 2006/01/26 14:49:43 $ +# $Source$ +# $Revision$ +# $Date$