summaryrefslogtreecommitdiffstats
path: root/lib/libc/md/mdXhl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include string.h for memset() proto; noticed by lebel@millert2003-05-091-1/+2
|
* Clear the digest local var w/ memset() in the End function.millert2003-05-081-6/+7
|
* o Ansi function headersmillert2002-12-231-22/+12
| | | | | | | | o Add __BEGIN_DECLS/__END_DECLS to include files o Safe macros o Remove useless variable assignment in the End function of *hl.c o Some minor KNF, needs more From Dan Weeks
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
|
* tabify + trailing blankskstailey1997-07-231-2/+2
|
* #include <md5.h> not "md5.h"millert1997-07-121-2/+2
|
* fix a memory-leak problem in MDXEnd -- even when givenflipk1997-03-181-2/+2
| | | | a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway.
* 64-bit cleanup + pedantic -W flagsniklas1996-11-241-2/+2
|
* Now use bittypes wo we work on 64-bit machinesmillert1996-09-291-5/+12
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-3/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-0/+71