diff options
| author | Christian Heimes <christian@python.org> | 2016-09-21 12:37:04 (GMT) |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2016-09-21 12:37:04 (GMT) |
| commit | d55bdb86caf53b8219c0c2d5704fce844ad39782 (patch) | |
| tree | ff94092330c82221996a2b78567d3e5719b605a5 | |
| parent | 71276144bd5221b0c5cfaf510ff60a434b68616a (diff) | |
| parent | b00e00c339cec1438a3764001b994c0a274a49c1 (diff) | |
| download | cpython-d55bdb86caf53b8219c0c2d5704fce844ad39782.zip cpython-d55bdb86caf53b8219c0c2d5704fce844ad39782.tar.gz cpython-d55bdb86caf53b8219c0c2d5704fce844ad39782.tar.bz2 | |
Don't define PY_WITH_KECCAK
| -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; |
