]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify life for md5: include (slightly modified) md5.h and md5c.c
authorGuido van Rossum <guido@python.org>
Mon, 1 Nov 1993 16:19:05 +0000 (16:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 Nov 1993 16:19:05 +0000 (16:19 +0000)
commit13ecc7a1a2ea79d76533cd55210d4f732c7d324a
treeef9c9962def421d5699a9696976abe8ae0871440
parent74901d589d8ee4c29fddda7392100ae525ccc412
Simplify life for md5: include (slightly modified) md5.h and md5c.c
from RFC 1321 here, and point to that RFC instead of a non-existant
incompatible file on rsa.com.
Modules/md5.h [new file with mode: 0644]
Modules/md5c.c [new file with mode: 0644]
Modules/md5module.c