From: doko@ubuntu.com Date: Tue, 11 Oct 2016 06:06:26 +0000 (+0200) Subject: - Modules/Setup.dist: Add the _blake2 module X-Git-Tag: v3.7.0a1~2245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43d3032384d51c76b805aee3df6f2e8ace1ee55a;p=thirdparty%2FPython%2Fcpython.git - Modules/Setup.dist: Add the _blake2 module --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 518af74b2a6d..3211bef76278 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. #