mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +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. |
||
---|---|---|
.. | ||
hmac_sha1.c | ||
hmac_sha224.c | ||
hmac_sha256.c | ||
hmac_sha384.c | ||
hmac_sha512.c | ||
Makefile.am |