Dmitry Podgorny
|
9f82aac8ce
|
sha1: compile-time endianness check for some compilers
Newer gcc and clang provide macro __BYTE_ORDER__.
|
2014-10-25 16:37:21 +03:00 |
|
Dmitry Podgorny
|
a3f1b83f3a
|
sha1: run-time check for endianness
WORDS_BIGENDIAN is never defined what breaks sha1 on big-endian
architectures. Instead, make run-time check.
|
2014-10-25 16:03:18 +03:00 |
|
Vitaly Takmazov
|
58613ea7f3
|
fix MSVC build
|
2014-09-08 13:41:30 +03:00 |
|
Dmitry Podgorny
|
a981c0a733
|
sha1: workaround for name collision with libcrypto
src/sha1.c is used only for internal purposes. So, just add prefix
xmpp_ to the SHA1 symbols.
|
2014-08-31 01:47:03 +03:00 |
|
Jack Moffitt
|
65a174ee7e
|
Most public API points are now documented.
|
2008-06-24 14:43:54 +00:00 |
|
Ralph Giles
|
f27235b862
|
Move the xmpp library to its new name.
|
2005-06-14 14:10:31 +00:00 |
|