diff options
| author | Christian Heimes <christian@python.org> | 2016-09-21 14:36:44 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2016-09-21 14:36:44 +0200 |
| commit | b00e00c339cec1438a3764001b994c0a274a49c1 (patch) | |
| tree | 49ed60f5e267480e6ac333f5887473c8c51cf54c /Modules/_sha3/sha3module.c | |
| parent | 44f4874e68a04235276d63755dd1fb7627d3220c (diff) | |
| download | cpython-git-b00e00c339cec1438a3764001b994c0a274a49c1.tar.gz | |
Don't define PY_WITH_KECCAK
Diffstat (limited to 'Modules/_sha3/sha3module.c')
| -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 04ac6318b2..11aaa1f6b0 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; |
