Skip to content

Commit b595d20

Browse files
author
georg.brandl
committed
Bug #1535081: A leading underscore has been added to the names of
the md5 and sha modules, so add it in Modules/Setup.dist too. git-svn-id: http://svn.python.org/projects/python/trunk@51128 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 26c2914 commit b595d20

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Modules/Setup.dist

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#
6060
# In addition, *static* explicitly declares the following modules to
6161
# be static. Lines containing "*static*" and "*shared*" may thus
62-
# alternate thoughout this file.
62+
# alternate throughout this file.
6363

6464
# NOTE: As a standard policy, as many modules as can be supported by a
6565
# platform should be present. The distribution comes with all modules
@@ -234,16 +234,19 @@ GLHACK=-Dclear=__GLclear
234234
#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
235235

236236

237-
# The md5 module implements the RSA Data Security, Inc. MD5
237+
# Note that the _md5 and _sha modules are normally only built if the
238+
# system does not have the OpenSSL libs containing an optimized version.
239+
240+
# The _md5 module implements the RSA Data Security, Inc. MD5
238241
# Message-Digest Algorithm, described in RFC 1321. The necessary files
239242
# md5.c and md5.h are included here.
240243

241-
#md5 md5module.c md5.c
244+
#_md5 md5module.c md5.c
242245

243246

244-
# The sha module implements the SHA checksum algorithm.
247+
# The _sha module implements the SHA checksum algorithm.
245248
# (NIST's Secure Hash Algorithm.)
246-
#sha shamodule.c
249+
#_sha shamodule.c
247250

248251

249252
# SGI IRIX specific modules -- off by default.

0 commit comments

Comments
 (0)