diff options
| author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 16:00:52 +0200 |
|---|---|---|
| committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-21 16:00:52 +0200 |
| commit | dca7303ff5e4673744201d101357e71930de60f1 (patch) | |
| tree | 98711d6982b6778fbccb200bd6abd72409045074 | |
| parent | 0684a9d146c434efa166820ea52368e9fc0d67ed (diff) | |
| download | cpython-git-dca7303ff5e4673744201d101357e71930de60f1.tar.gz | |
Fix name of the sha1 extension.
| -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 6179c9af6e..3504f826e8 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 |
