xref: /aoo4110/main/python/python-md5.patch (revision b1cdbd2c)
1diff -ru misc/Python-2.7.18/Modules/Setup.dist misc/build/Python-2.7.18/Modules/Setup.dist
2--- misc/Python-2.7.18/Modules/Setup.dist	2012-04-09 18:07:33.000000000 -0500
3+++ misc/build/Python-2.7.18/Modules/Setup.dist	2012-07-24 17:08:56.000000000 -0500
4@@ -252,14 +252,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.
23