blob: 981907109ca4d6d7100b89b964419e3546e978e6 [file] [log] [blame]
Armin Le Grand3c1d4742014-07-14 19:09:11 +00001diff -ru misc/Python-2.7.6/Modules/Setup.dist misc/build/Python-2.7.6/Modules/Setup.dist
2--- misc/Python-2.7.6/Modules/Setup.dist 2012-04-09 18:07:33.000000000 -0500
3+++ misc/build/Python-2.7.6/Modules/Setup.dist 2012-07-24 17:08:56.000000000 -0500
Pedro Giffuniac0b0662012-07-26 19:20:33 +00004@@ -248,14 +248,14 @@
5 # Message-Digest Algorithm, described in RFC 1321. The necessary files
6 # md5.c and md5.h are included here.
7
8-#_md5 md5module.c md5.c
9+_md5 md5module.c md5.c
10
11
12 # The _sha module implements the SHA checksum algorithms.
13 # (NIST's Secure Hash Algorithms.)
14-#_sha shamodule.c
15-#_sha256 sha256module.c
16-#_sha512 sha512module.c
17+_sha shamodule.c
18+_sha256 sha256module.c
19+_sha512 sha512module.c
20
21
22 # SGI IRIX specific modules -- off by default.