summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2016-10-11 06:06:26 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2016-10-11 06:06:26 (GMT)
commit95b826d05051b866fc4715ec2712adf1f134a7a5 (patch)
tree84851e15b2f5ab5c6b40bc431c5fffe2b210fbee /Modules/Setup.dist
parentde69ee71e282d89dba5998df29ca53292e8ab035 (diff)
downloadcpython-95b826d05051b866fc4715ec2712adf1f134a7a5.zip
cpython-95b826d05051b866fc4715ec2712adf1f134a7a5.tar.gz
cpython-95b826d05051b866fc4715ec2712adf1f134a7a5.tar.bz2
- Modules/Setup.dist: Add the _blake2 module
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 518af74..3211bef 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -251,6 +251,8 @@ _symtable symtablemodule.c
#_sha256 sha256module.c
#_sha512 sha512module.c
+# _blake module
+#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
# The _tkinter module.
#