Skip to content

Commit 39fde5f

Browse files
segevfinerbenjaminp
authored andcommitted
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
(cherry picked from commit 1c1f8f3)
1 parent 2eea952 commit 39fde5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Setup.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ _symtable symtablemodule.c
250250
#_sha1 sha1module.c
251251
#_sha256 sha256module.c
252252
#_sha512 sha512module.c
253+
#_sha3 _sha3/sha3module.c
253254

254255
# _blake module
255256
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c

0 commit comments

Comments
 (0)