]> granicus.if.org Git - python/commitdiff
Don't define PY_WITH_KECCAK
authorChristian Heimes <christian@python.org>
Wed, 21 Sep 2016 12:36:44 +0000 (14:36 +0200)
committerChristian Heimes <christian@python.org>
Wed, 21 Sep 2016 12:36:44 +0000 (14:36 +0200)
Modules/_sha3/sha3module.c

index 04ac6318b251c2b2ce7530b10d415f569cd6a52a..11aaa1f6b0afd937d344b67d142a3e3bb4b7aee8 100644 (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;