]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: Add the _blake2 module
authordoko@ubuntu.com <doko@ubuntu.com>
Tue, 11 Oct 2016 06:06:26 +0000 (08:06 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Tue, 11 Oct 2016 06:06:26 +0000 (08:06 +0200)
Modules/Setup.dist

index 518af74b2a6d5cb7388fa69ec12a4f20a38d1de3..3211bef7627856cee8244cc8f8cf2a09f3770d6f 100644 (file)
@@ -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.
 #