diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-12-17 15:56:15 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-12-17 15:56:15 +0000 |
commit | 449e322ba5a89f456d40e0ef1a1db32205941c65 (patch) | |
tree | 575aaee959f744d470be8148c6da06cc316eac3f /python/Python-ssl.patch | |
parent | 090fcf08e7f30171b6f9b277a0b2617b38aa7ba1 (diff) |
pythonssldedux: #i106542# build python md5 module for md5 email support
Diffstat (limited to 'python/Python-ssl.patch')
-rw-r--r-- | python/Python-ssl.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/python/Python-ssl.patch b/python/Python-ssl.patch index a2a70a064029..642586f31584 100644 --- a/python/Python-ssl.patch +++ b/python/Python-ssl.patch @@ -187,3 +187,24 @@ '/usr/contrib/ssl/lib/' ] ) +--- misc/Python-2.6.1/Modules/Setup.dist 2009-12-17 15:16:50.000000000 +0000 ++++ misc/build/Python-2.6.1/Modules/Setup.dist 2009-12-17 15:17:49.000000000 +0000 +@@ -248,14 +248,14 @@ + # Message-Digest Algorithm, described in RFC 1321. The necessary files + # md5.c and md5.h are included here. + +-#_md5 md5module.c md5.c ++_md5 md5module.c md5.c + + + # The _sha module implements the SHA checksum algorithms. + # (NIST's Secure Hash Algorithms.) +-#_sha shamodule.c +-#_sha256 sha256module.c +-#_sha512 sha512module.c ++_sha shamodule.c ++_sha256 sha256module.c ++_sha512 sha512module.c + + + # SGI IRIX specific modules -- off by default. |