diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-07 04:54:31 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-07 04:54:31 (GMT) |
commit | 04222925f12595e60bbc29ba1d5a7016ba886957 (patch) | |
tree | fd3e4170a36550d4fd20c1995a5e7de8932579f9 /Modules/Setup.dist | |
parent | ff5f42088bdbe9fe801a52ba3a9d63bbaacdf2a2 (diff) | |
download | cpython-04222925f12595e60bbc29ba1d5a7016ba886957.zip cpython-04222925f12595e60bbc29ba1d5a7016ba886957.tar.gz cpython-04222925f12595e60bbc29ba1d5a7016ba886957.tar.bz2 |
Add commented out #_sha256 and #_sha512 lines per issue 3183.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index ee361cf..b7df319 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -246,9 +246,11 @@ GLHACK=-Dclear=__GLclear #_md5 md5module.c md5.c -# The _sha module implements the SHA checksum algorithm. -# (NIST's Secure Hash Algorithm.) +# The _sha module implements the SHA checksum algorithms. +# (NIST's Secure Hash Algorithms.) #_sha shamodule.c +#_sha256 sha256module.c +#_sha512 sha512module.c # SGI IRIX specific modules -- off by default. |