From: Gregory P. Smith Date: Mon, 7 Jul 2008 04:54:31 +0000 (+0000) Subject: Add commented out #_sha256 and #_sha512 lines per issue 3183. X-Git-Tag: v2.6b2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04222925f12595e60bbc29ba1d5a7016ba886957;p=thirdparty%2FPython%2Fcpython.git Add commented out #_sha256 and #_sha512 lines per issue 3183. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index ee361cfbfba0..b7df3199e88c 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.