cryb-to/t
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
..
Makefile.am Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
t.h Create an additional test case which always runs after cleanup and checks 2014-10-30 16:31:03 +00:00
t__string.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_const.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_ctype.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_file.c Add <stdint.h> for the {,u}int*_t types. 2014-10-30 12:51:03 +00:00
t_hmac_sha1.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha224.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha256.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha384.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha512.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_main.c Create an additional test case which always runs after cleanup and checks 2014-10-30 16:31:03 +00:00
t_malloc.c Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
t_md2.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_md4.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_md5.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_mpi.c It appears that gcc does not accept partial struct initialization. Add 2014-10-30 12:46:01 +00:00
t_murmur3_32.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_pearson.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_rfc3986.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_rfc4648.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha1.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_sha224.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_sha256.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_sha384.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_sha512.c Use CLOCK_MONOTONIC instead of the non-standard CLOCK_MONOTONIC_PRECISE. 2014-10-30 12:56:47 +00:00
t_string.c Add <sys/types.h> for size_t / ssize_t which <cryb/string.h> uses. 2014-10-30 12:50:09 +00:00
t_strlcat.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcmp.c Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
t_strlcpy.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_util.c Add a pointer comparison function. 2014-08-02 23:54:58 +00:00
t_wstring.c Add <sys/types.h> for size_t / ssize_t which <cryb/wstring.h> uses. 2014-10-30 12:52:00 +00:00