]> granicus.if.org Git - python/commitdiff
Add missing _sha3 module to Setup.dist (#2395)
authorSegev Finer <segev208@gmail.com>
Mon, 4 Sep 2017 16:28:14 +0000 (19:28 +0300)
committerBenjamin Peterson <benjamin@python.org>
Mon, 4 Sep 2017 16:28:14 +0000 (09:28 -0700)
Modules/Setup.dist

index 6b4c217b0a4cbef0f4c5c8b1e38facc5f60e942f..97c36dbd5d40bdd55f5d125063042278a5d452ff 100644 (file)
@@ -253,6 +253,7 @@ _symtable symtablemodule.c
 #_sha1 sha1module.c
 #_sha256 sha256module.c
 #_sha512 sha512module.c
+#_sha3 _sha3/sha3module.c
 
 # _blake module
 #_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c