Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: bjh21
Date: Sun Mar 31 12:58:57 UTC 2002
Modified Files:
basesrc/lib/libc/hash: rmd160.c rmd160hl.c sha1.c sha1hl.c
basesrc/lib/libc/md: md2c.c md2hl.c md4c.c md4hl.c md5c.c md5hl.c
basesrc/tools/compat: Makefile config.h.in configure configure.ac
Log Message:
Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their
not being in the host libc.
This will be necessary to make cksum into a host tool.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/hash/rmd160.c \
basesrc/lib/libc/hash/rmd160hl.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/hash/sha1.c
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/hash/sha1hl.c
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/md/md2c.c basesrc/lib/libc/md/md4hl.c \
basesrc/lib/libc/md/md5hl.c
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/md/md2hl.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/md/md4c.c
cvs rdiff -r1.16 -r1.17 basesrc/lib/libc/md/md5c.c
cvs rdiff -r1.8 -r1.9 basesrc/tools/compat/Makefile
cvs rdiff -r1.11 -r1.12 basesrc/tools/compat/config.h.in \
basesrc/tools/compat/configure basesrc/tools/compat/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index