From: doko@ubuntu.com Date: Thu, 21 Jun 2012 10:13:35 +0000 (+0200) Subject: Remove references to removed md5.h and md5.c files. X-Git-Tag: v3.3.0b1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0684a9d146c434efa166820ea52368e9fc0d67ed;p=thirdparty%2FPython%2Fcpython.git Remove references to removed md5.h and md5.c files. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 6abafff19a1a..6179c9af6e04 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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.