Don't define PY_WITH_KECCAK

This commit is contained in:
Christian Heimes 2016-09-21 14:37:04 +02:00
commit d55bdb86ca
1 changed files with 0 additions and 2 deletions

View File

@ -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;