diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 10:13:35 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 10:13:35 (GMT) |
commit | 0684a9d146c434efa166820ea52368e9fc0d67ed (patch) | |
tree | f780fced8f26d152b6330ef4c918627ca9fa98f0 /Modules/Setup.dist | |
parent | 39378f7f4f00b3e8e91b3c0829f64926f8839afb (diff) | |
download | cpython-0684a9d146c434efa166820ea52368e9fc0d67ed.zip cpython-0684a9d146c434efa166820ea52368e9fc0d67ed.tar.gz cpython-0684a9d146c434efa166820ea52368e9fc0d67ed.tar.bz2 |
Remove references to removed md5.h and md5.c files.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 6abafff..6179c9a 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. |