summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md4c.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+3
| | | | of unsigned char* argument.
* Rename local variables to not mask global names of same name. Thismarkm2003-06-051-9/+10
| | | | fixes lots of lint(1) warnings.
* add __FBSDID()s to libmddillon2001-09-301-1/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Split the padding out into a separate function.phk1998-03-271-6/+15
| | | | | | | | Synchronize the kernel and libmd versions of md5c.c PR: misc/6127 Reviewed by: phk Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* close bin/1648 libmd not 64bit safe.phk1996-10-221-3/+4
| | | | | | if something fails to compile now, you need to add #include <sys/types.h> Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* Clean a bunch of -Wall warnings.phk1995-02-241-0/+1
|
* Added "const" to the arguments here and there.phk1994-11-071-5/+5
|
* Reviewed by: phkphk1994-07-241-0/+277
Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
OpenPOWER on IntegriCloud