summaryrefslogtreecommitdiff
path: root/lib/libmd/mdXhl.c
Commit message (Collapse)AuthorAgeFilesLines
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-121-11/+14
| | | | | | | | Add argument for buffer for output. Fix manuals. Notes: svn path=/head/; revision=9488
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* No sense in copying the hex[] array in each call to MDXEnd(), it's aGarrett Wollman1995-04-271-2/+2
| | | | | | | constant. (There probably ought to be a single libc version of it.) Notes: svn path=/head/; revision=8103
* Clean a bunch of -Wall warnings.Poul-Henning Kamp1995-02-241-4/+4
| | | | Notes: svn path=/head/; revision=6684
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-1/+1
| | | | Notes: svn path=/head/; revision=4245
* Reviewed by: phkPoul-Henning Kamp1994-07-241-0/+68
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. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1802