summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/md5c.c
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fully ANSIfy and use size_t and uint32_t in places where u_int was usedjoerg1-14/+9
before. This fixes the build on QNX, where u_int is not exposed by the current set of headers. Make the prototypes of the crypto functions consistent.
2007-07-03Make pkgtools/digest cross-compilation ready and actually improvejoerg1-5/+3
portability somewhat: - consistently use POSIX uint{8,16,32,64}_t throughout the code. - asssume for now that the compiler supports ULL as suffix - use AC_TYPE_UINT{8,16,32,64}_T instead of bits.c to compute possible replacement types. Bump to 20070703. Tested by Thorsten Glaser on Interix and tnn@ on Solaris.
2002-12-21"Import" autoconf'd digest source from othersrc/bootstrap-pkgsrc/digestschmonz1-3/+16
into ${FILESDIR}. (Using autoconf greatly simplifies maintenance of this package across multiple platforms.) Copy the sources into ${WRKSRC} during "do-extract". We automagically determine VERSION by inspecting ${FILESDIR}/configure. USE_BUILDLINK2=no because this is a pkgsrc bootstrap tool.
2001-07-09Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too,hubertf1-1/+3
but at least it's consistent :)
2001-03-06Import of a small utility, which calculates message digests, into theagc1-0/+360
NetBSD packages collection. At the current time, this utility calculates md5, sha1 and rmd160 message digests, but is designed to be extensible, so that other algorithms can be added easily, if and when they appear. The utility outputs digests in the same format as md5(1) in basesrc. It is designed to be small, and to be linked statically.