]> granicus.if.org Git - python/commitdiff
Fix name of the sha1 extension.
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Jun 2012 14:00:52 +0000 (16:00 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Jun 2012 14:00:52 +0000 (16:00 +0200)
Modules/Setup.dist

index 6179c9af6e0407abf3241063af8a27547e5a8a20..3504f826e86fed66f89f155933d714d2cd7f76fe 100644 (file)
@@ -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