summaryrefslogtreecommitdiff
path: root/include/md4.h
AgeCommit message (Collapse)Author
2003-10-07corrent __bounded__ attribute for the *Data functions, and addAnil Madhavapeddy
__minbytes__ checks where appropriate. tested by itojun@ fixes PR 3505 from Janjaap van Velthooven
2003-08-01add __bounded__ attributes for userland headers; enabled with -WboundedAnil Madhavapeddy
ok deraadt@
2003-06-26backout the __bounded__ attributes for a while; requested by deraadt@Anil Madhavapeddy
2003-06-26Mark various standard library functions with the __bounded__ attribute.Anil Madhavapeddy
You must have an up-to-date gcc for this! deraadt@ ok
2002-12-23o Ansi function headersTodd C. Miller
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
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2000-03-28Expose MDXTransform functions to be consistent with sha1 and rmd160.Todd C. Miller
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-09-30Protect prototypes with __P.Todd C. Miller
1996-09-29Use bittypes so we work on 64-bit machines.Todd C. Miller
1996-06-03Add md[245].h include files for use with the md support in libc, from FreeBSDNiklas Hallqvist