summaryrefslogtreecommitdiff
path: root/lib/libmd/mdXhl.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the MD* header files C++-aware. Also, string arguments are supposedJoerg Wunsch1997-08-251-2/+2
| | | | | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum) Notes: svn path=/head/; revision=28688
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-7/+8
| | | | | | | | | <stdio.h> doesn't (bogusly) include <sys/types.h>. Cleaned up #includes. Notes: svn path=/head/; revision=19168
* Fix a memory leak in MD[245]End()Poul-Henning Kamp1996-07-241-9/+8
| | | | | | | | Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp> PR: misc/1424 Notes: svn path=/head/; revision=17271
* 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