mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 06:05:46 +00:00
6ed802ddf3
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. |
||
---|---|---|
.. | ||
digest.c | ||
Makefile.am | ||
md2.c | ||
md4.c | ||
md5.c | ||
sha1.c | ||
sha224.c | ||
sha256.c | ||
sha384.c | ||
sha512.c |