From: doko@ubuntu.com Date: Thu, 21 Jun 2012 14:00:52 +0000 (+0200) Subject: Fix name of the sha1 extension. X-Git-Tag: v3.3.0b1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dca7303ff5e4673744201d101357e71930de60f1;p=thirdparty%2FPython%2Fcpython.git Fix name of the sha1 extension. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 6179c9af6e04..3504f826e86f 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.) -#_sha shamodule.c +#_sha1 shamodule.c #_sha256 sha256module.c #_sha512 sha512module.c