From: doko@ubuntu.com Date: Thu, 21 Jun 2012 14:22:15 +0000 (+0200) Subject: ... and fix the name of the sha1 file name. X-Git-Tag: v3.3.0b1~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e3398a50c57af41fff5789e8f75fe4d399b7fd0;p=python ... and fix the name of the sha1 file name. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 3504f826e8..f45de5caf4 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -241,7 +241,7 @@ _symtable symtablemodule.c # The _sha module implements the SHA checksum algorithms. # (NIST's Secure Hash Algorithms.) -#_sha1 shamodule.c +#_sha1 sha1module.c #_sha256 sha256module.c #_sha512 sha512module.c