cryb-to/lib/digest
Dag-Erling Smørgrav 6ed802ddf3 Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is
that AC_CHECK_DECLS([foo]), unlike AC_CHECK_FUNCS([foo]), will always
define HAVE_FOO, so #ifdef HAVE_FOO will always be true even if it is 0.
This commit finally fixes the [bl]e{32,64}{enc,dec} issue on Linux.
2014-12-20 00:38:54 +00:00
..
digest.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
Makefile.am Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md2.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md4.c Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
md5.c Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
sha1.c Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
sha224.c Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
sha256.c Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
sha384.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha512.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00