commit | dca7303ff5e4673744201d101357e71930de60f1 | [log] [tgz] |
---|---|---|
author | doko@ubuntu.com <doko@ubuntu.com> | Thu Jun 21 16:00:52 2012 +0200 |
committer | doko@ubuntu.com <doko@ubuntu.com> | Thu Jun 21 16:00:52 2012 +0200 |
tree | 98711d6982b6778fbccb200bd6abd72409045074 | |
parent | 0684a9d146c434efa166820ea52368e9fc0d67ed [diff] [blame] |
Fix name of the sha1 extension.
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 @@ # 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