summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/src/modes/ctr/ctr_decrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/src/modes/ctr/ctr_decrypt.c')
-rw-r--r--libtomcrypt/src/modes/ctr/ctr_decrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtomcrypt/src/modes/ctr/ctr_decrypt.c b/libtomcrypt/src/modes/ctr/ctr_decrypt.c
index e1d1d51..f32821f 100644
--- a/libtomcrypt/src/modes/ctr/ctr_decrypt.c
+++ b/libtomcrypt/src/modes/ctr/ctr_decrypt.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.org
+ * Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com
*/
#include "tomcrypt.h"
@@ -15,7 +15,7 @@
CTR implementation, decrypt data, Tom St Denis
*/
-#ifdef CTR
+#ifdef LTC_CTR_MODE
/**
CTR decrypt
@@ -38,5 +38,5 @@ int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, s
/* $Source: /cvs/libtom/libtomcrypt/src/modes/ctr/ctr_decrypt.c,v $ */
-/* $Revision: 1.3 $ */
-/* $Date: 2005/05/05 14:35:59 $ */
+/* $Revision: 1.5 $ */
+/* $Date: 2006/06/29 01:46:46 $ */