]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add commented out #_sha256 and #_sha512 lines per issue 3183.
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2008 04:54:31 +0000 (04:54 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 7 Jul 2008 04:54:31 +0000 (04:54 +0000)
Modules/Setup.dist

index ee361cfbfba0b4a4d7e800f8f822f61cf223b53c..b7df3199e88c95cf41924849b09f01d30f4c4603 100644 (file)
@@ -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.