diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 14:00:52 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 14:00:52 (GMT) |
commit | dca7303ff5e4673744201d101357e71930de60f1 (patch) | |
tree | 98711d6982b6778fbccb200bd6abd72409045074 /Modules/Setup.dist | |
parent | 0684a9d146c434efa166820ea52368e9fc0d67ed (diff) | |
download | cpython-dca7303ff5e4673744201d101357e71930de60f1.zip cpython-dca7303ff5e4673744201d101357e71930de60f1.tar.gz cpython-dca7303ff5e4673744201d101357e71930de60f1.tar.bz2 |
Fix name of the sha1 extension.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 6179c9a..3504f82 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 |