Skip to content

Commit

Permalink
Don't define PY_WITH_KECCAK
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Sep 21, 2016
2 parents 7127614 + b00e00c commit d55bdb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/_sha3/sha3module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d55bdb8

Please sign in to comment.