Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec2698 commit 29d2accCopy full SHA for 29d2acc
2 files changed
Modules/Setup.in
@@ -199,6 +199,11 @@ errno errnomodule.c # posix (UNIX) errno values
199
md5 md5module.c md5c.c
200
201
202
+# The sha module implements the SHA checksum algorithm.
203
+# (NIST's Secure Hash Algorithm.)
204
+sha shamodule.c
205
+
206
207
# The mpz module interfaces to the GNU Multiple Precision library.
208
# You need to ftp the GNU MP library.
209
# The GMP variable must point to the GMP source directory.
@@ -399,7 +404,7 @@ cPickle cPickle.c
399
404
#fpetest fpetestmodule.c
400
405
401
406
# Andrew Kuchling's zlib module.
402
-# This require zlib 1.0.4 (or later). See http://quest.jpl.nasa.gov/zlib/
407
+# This require zlib 1.1.3 (or later).
403
408
# See http://www.cdrom.com/pub/infozip/zlib/
409
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
410
0 commit comments