]> granicus.if.org Git - python/commitdiff
Remove references to removed md5.h and md5.c files.
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Jun 2012 10:13:35 +0000 (12:13 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Jun 2012 10:13:35 +0000 (12:13 +0200)
Modules/Setup.dist

index 6abafff19a1a07950c3cb99d38e7e2af62290465..6179c9af6e0407abf3241063af8a27547e5a8a20 100644 (file)
@@ -234,10 +234,9 @@ _symtable symtablemodule.c
 # system does not have the OpenSSL libs containing an optimized version.
 
 # The _md5 module implements the RSA Data Security, Inc. MD5
-# Message-Digest Algorithm, described in RFC 1321.  The necessary files
-# md5.c and md5.h are included here.
+# Message-Digest Algorithm, described in RFC 1321.
 
-#_md5 md5module.c md5.c
+#_md5 md5module.c
 
 
 # The _sha module implements the SHA checksum algorithms.