summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-14 18:54:49 +0200
committerLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-14 19:03:39 +0200
commitb0cf21ed203793542cc094d49256f2fe3a8efe87 (patch)
treeebfa1b8b2cd25d8e2c30fc5247da2b045b8f7197 /src
parent6d583632810285b73e1100d84b553af508e199b8 (diff)
downloadpycrypto-b0cf21ed203793542cc094d49256f2fe3a8efe87.tar.gz
Added documentation for ARC4
Diffstat (limited to 'src')
-rw-r--r--src/ARC4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARC4.c b/src/ARC4.c
index 2a689e4..28dc4a3 100644
--- a/src/ARC4.c
+++ b/src/ARC4.c
@@ -26,7 +26,7 @@
*
*/
-#define MODULE_NAME ARC4
+#define MODULE_NAME _ARC4
#define BLOCK_SIZE 1
#define KEY_SIZE 0