From 04222925f12595e60bbc29ba1d5a7016ba886957 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. --- 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.50.0