cryb-to/include/cryb
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
..
algorithm.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
attributes.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
bitwise.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
coverage.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
cpe.h Use wstring throughout (except internally in struct cpe_name). 2014-11-01 20:15:45 +00:00
ctype.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
digest.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
endian.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
hash.h Add a library of general (non-cryptographic) hash functions, currently 2014-07-19 06:03:57 +00:00
hmac.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha1.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha224.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha256.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha384.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hmac_sha512.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
hotp.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
impl.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
Makefile.am Add our own version of <endian.h> which includes implementations of the 2014-10-30 12:48:21 +00:00
md.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md2.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md4.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
md5.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
mpi.h It appears that gcc does not accept partial struct initialization. Add 2014-10-30 12:46:01 +00:00
nocoverage.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_constants.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
oath_types.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rand.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rfc3986.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
rfc4648.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha1.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha224.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha256.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha384.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
sha512.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
string.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
strlcat.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
strlcmp.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
strlcpy.h Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
to.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
totp.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
version.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
wstring.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00