Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/hash
Module Name: src
Committed By: drochner
Date: Fri Oct 27 18:29:21 UTC 2006
Modified Files:
src/lib/libc/hash: Makefile.inc
src/lib/libc/hash/sha1: Makefile.inc
Removed Files:
src/lib/libc/hash: hmac.c
src/lib/libc/hash/md5: Makefile.inc hmac_md5.c
src/lib/libc/hash/sha1: hmac_sha1.c
Log Message:
As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, to
reduce bloat and namespace trouble. (both were never public; hmac_sha1
is moved to libcrypt now because it is used locally there)
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libc/hash/Makefile.inc
cvs rdiff -r1.1 -r0 src/lib/libc/hash/hmac.c
cvs rdiff -r1.1 -r0 src/lib/libc/hash/md5/Makefile.inc
cvs rdiff -r1.2 -r0 src/lib/libc/hash/md5/hmac_md5.c
cvs rdiff -r1.1 -r1.2 src/lib/libc/hash/sha1/Makefile.inc
cvs rdiff -r1.2 -r0 src/lib/libc/hash/sha1/hmac_sha1.c
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