diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2016-10-11 08:06:26 +0200 |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2016-10-11 08:06:26 +0200 |
commit | 43d3032384d51c76b805aee3df6f2e8ace1ee55a (patch) | |
tree | 5e58f840d9bcda64ef8aad97eb01121bbf8f9803 | |
parent | c96df68ea3d9a3cdf1932772e1ae99ae872005f6 (diff) | |
download | cpython-git-43d3032384d51c76b805aee3df6f2e8ace1ee55a.tar.gz |
- Modules/Setup.dist: Add the _blake2 module
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 518af74b2a..3211bef762 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. # |