Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d2acc

Browse files
committed
Added Greg Stein and Andrew Kuchling's sha module.
Fix comments about zlib version and URL.
1 parent 4ec2698 commit 29d2acc

2 files changed

Lines changed: 610 additions & 1 deletion

File tree

Modules/Setup.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ errno errnomodule.c # posix (UNIX) errno values
199199
md5 md5module.c md5c.c
200200

201201

202+
# The sha module implements the SHA checksum algorithm.
203+
# (NIST's Secure Hash Algorithm.)
204+
sha shamodule.c
205+
206+
202207
# The mpz module interfaces to the GNU Multiple Precision library.
203208
# You need to ftp the GNU MP library.
204209
# The GMP variable must point to the GMP source directory.
@@ -399,7 +404,7 @@ cPickle cPickle.c
399404
#fpetest fpetestmodule.c
400405

401406
# 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).
403408
# See http://www.cdrom.com/pub/infozip/zlib/
404409
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
405410

0 commit comments

Comments
 (0)