summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-12 23:51:29 +0200
committerLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2012-05-12 23:51:29 +0200
commit6d583632810285b73e1100d84b553af508e199b8 (patch)
treeefbd8564f94231612ff3b6f899b7bb1816172b1b /src
parenta6e43870ee33aca9a6bd8928f4389cc8b4e27c68 (diff)
downloadpycrypto-6d583632810285b73e1100d84b553af508e199b8.tar.gz
Added documentation for CAST-128
Diffstat (limited to 'src')
-rw-r--r--src/CAST.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CAST.c b/src/CAST.c
index 5a97860..9ff9862 100644
--- a/src/CAST.c
+++ b/src/CAST.c
@@ -44,7 +44,7 @@
#include "Python.h"
-#define MODULE_NAME CAST
+#define MODULE_NAME _CAST
#define BLOCK_SIZE 8
#define KEY_SIZE 0