aboutsummaryrefslogtreecommitdiff
path: root/include/sha1.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)Kai Tietz1-0/+5
PR other/54620 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. From-SVN: r195579
2010-04-20Update copyright notice to use GPLv3.Nick Clifton1-2/+2
From-SVN: r158543
2008-03-25sha1.h: New file, from gnulib.Ian Lance Taylor1-0/+141
include/: * sha1.h: New file, from gnulib. libiberty/: * sha1.c: New file, from gnulib. * Makefile.in: Rebuild dependencies. (CFILES): Add sha1.c. (REQUIRED_OFILES): Add sha1.o. From-SVN: r133503