]> granicus.if.org Git - python/commitdiff
- add missing chunk for patch #1117961
authorMatthias Klose <doko@ubuntu.com>
Mon, 3 Apr 2006 16:59:32 +0000 (16:59 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 3 Apr 2006 16:59:32 +0000 (16:59 +0000)
Modules/Setup.dist

index 3a512b575d1fda201f8c2d22c68856e17bbe6b6a..49c8425f47fcd463c8de5fbe18ad4e293951ff7f 100644 (file)
@@ -236,9 +236,9 @@ GLHACK=-Dclear=__GLclear
 
 # The md5 module implements the RSA Data Security, Inc. MD5
 # Message-Digest Algorithm, described in RFC 1321.  The necessary files
-# md5c.c and md5.h are included here.
+# md5.c and md5.h are included here.
 
-#md5 md5module.c md5c.c
+#md5 md5module.c md5.c
 
 
 # The sha module implements the SHA checksum algorithm.