summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/sha1.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Fully ANSIfy and use size_t and uint32_t in places where u_int was usedjoerg1-15/+15
2007-09-14Don't use u_char when uint8_t are meant. Don't mess with __attribute__,joerg1-10/+10
2007-07-27As reported by tnn@, the old approach to find the byte orderjoerg1-2/+2
2007-07-03Make pkgtools/digest cross-compilation ready and actually improvejoerg1-15/+11
2002-12-21"Import" autoconf'd digest source from othersrc/bootstrap-pkgsrc/digestschmonz1-3/+6
2001-07-09Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too,hubertf1-1/+3
2001-03-26+ Use libc mods to force aligned access.agc1-2/+2
2001-03-22Align correctly on LP64 platforms - from Andrew Brown and Simon Burge.agc1-3/+3
2001-03-06Import of a small utility, which calculates message digests, into theagc1-0/+283