summaryrefslogtreecommitdiff
path: root/include/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* PR other/54620Kai Tietz2013-01-301-0/+5
| | | | | | | PR target/39064 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if stdint.h and sys/types.h headers are present. * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
* Bring patch correction over from gcc repository.Ian Lance Taylor2008-03-251-4/+4
|
* * md5.h: Add extern "C" when compiled with C++.Ian Lance Taylor2008-03-241-0/+8
|
* merge from gccDJ Delorie2006-01-181-0/+2
|
* merge from gccDJ Delorie2005-07-031-1/+5
|
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-1/+1
|
* merge from gccDJ Delorie2005-03-281-16/+9
|
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-1/+1
|
* * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.Christopher Faylor2000-09-081-0/+142
* md5.h: New file.