From df02a6554c9c33e9d49d0d388fd0e311015b9fc9 Mon Sep 17 00:00:00 2001 From: "gregory.p.smith" Date: Mon, 7 Jul 2008 04:54:31 +0000 Subject: [PATCH] Add commented out #_sha256 and #_sha512 lines per issue 3183. git-svn-id: http://svn.python.org/projects/python/trunk@64769 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Modules/Setup.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index ee361cfbfb..b7df3199e8 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. -- 2.11.4.GIT