summaryrefslogtreecommitdiff
path: root/src/hash_template.c
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2011-09-20 19:41:33 +0200
committerLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2011-09-20 19:41:33 +0200
commit01f280d0e262a98af5a0b2c3d2a785e1d0879778 (patch)
treea0a97c8dc5cdf6f345ce0cef7123c40e3c48e9d4 /src/hash_template.c
parent2662ac5c94f00532ddfcd538c7090133e47fad34 (diff)
parent86c4cf4ea66e926267f53348d22698774a7939a5 (diff)
downloadpycrypto-01f280d0e262a98af5a0b2c3d2a785e1d0879778.tar.gz
Merged with upstream.
Diffstat (limited to 'src/hash_template.c')
-rw-r--r--src/hash_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index c3e651f..9fd130b 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -270,6 +270,7 @@ _MODULE_NAME (void)
/* Add some symbolic constants to the module */
PyModule_AddIntConstant(m, "digest_size", DIGEST_SIZE);
+ PyModule_AddIntConstant(m, "block_size", BLOCK_SIZE);
/* Check for errors */
if (PyErr_Occurred())