cvs commit: src/lib/libmd Makefile sha256.3 sha256.h sha256c.c
shadriver.c src/sbin/md5 Makefile md5.c src/sys/sys param.h
Colin Percival
cperciva at FreeBSD.org
Fri Jun 24 13:32:26 GMT 2005
cperciva 2005-06-24 13:32:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib/libmd Makefile shadriver.c
sbin/md5 Makefile md5.c
sys/sys param.h
Added files: (Branch: RELENG_5)
lib/libmd sha256.3 sha256.h sha256c.c
Log:
MFC the addition of sha256 to libmd and md5(1).
Also, bump __FreeBSD_version so that ports code knows that sha256 is
now in the base system.
Requested by: Lots of people
Revision Changes Path
1.41.2.1 +29 -5 src/lib/libmd/Makefile
1.2.2.1 +139 -0 src/lib/libmd/sha256.3 (new)
1.1.2.1 +50 -0 src/lib/libmd/sha256.h (new)
1.1.2.1 +299 -0 src/lib/libmd/sha256c.c (new)
1.3.8.1 +4 -1 src/lib/libmd/shadriver.c
1.9.2.1 +4 -2 src/sbin/md5/Makefile
1.33.2.1 +20 -2 src/sbin/md5/md5.c
1.209.2.13 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list