diff options
author | Christian Heimes <christian@python.org> | 2016-09-21 12:36:44 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-21 12:36:44 (GMT) |
commit | b00e00c339cec1438a3764001b994c0a274a49c1 (patch) | |
tree | 49ed60f5e267480e6ac333f5887473c8c51cf54c /Modules | |
parent | 44f4874e68a04235276d63755dd1fb7627d3220c (diff) | |
download | cpython-b00e00c339cec1438a3764001b994c0a274a49c1.zip cpython-b00e00c339cec1438a3764001b994c0a274a49c1.tar.gz cpython-b00e00c339cec1438a3764001b994c0a274a49c1.tar.bz2 |
Don't define PY_WITH_KECCAK
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_sha3/sha3module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_sha3/sha3module.c b/Modules/_sha3/sha3module.c index 04ac631..11aaa1f 100644 --- a/Modules/_sha3/sha3module.c +++ b/Modules/_sha3/sha3module.c @@ -136,8 +136,6 @@ class _sha3.shake_256 "SHA3object *" "&SHAKE256type" /* The structure for storing SHA3 info */ -#define PY_WITH_KECCAK 0 - typedef struct { PyObject_HEAD SHA3_state hash_state; |