Don't define PY_WITH_KECCAK

This commit is contained in:
Christian Heimes 2016-09-21 14:36:44 +02:00
parent 44f4874e68
commit b00e00c339
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;