Skip to content

Commit 7ee523b

Browse files
author
matthias.klose
committed
- add missing chunk for patch #1117961
git-svn-id: http://svn.python.org/projects/python/trunk@43600 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 34c4f74 commit 7ee523b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Setup.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ GLHACK=-Dclear=__GLclear
236236

237237
# The md5 module implements the RSA Data Security, Inc. MD5
238238
# Message-Digest Algorithm, described in RFC 1321. The necessary files
239-
# md5c.c and md5.h are included here.
239+
# md5.c and md5.h are included here.
240240

241-
#md5 md5module.c md5c.c
241+
#md5 md5module.c md5.c
242242

243243

244244
# The sha module implements the SHA checksum algorithm.

0 commit comments

Comments
 (0)