olm/src
Richard van der Hoff 15cb4ec0c0 Build the crypto libs as C99
Some of the crypto libs rely on UINT64_C, which in glibc 2.17 and earlier was
not defined for C++ code (see
https://sourceware.org/bugzilla/show_bug.cgi?id=15366).
2016-05-24 14:41:49 +01:00
..
account.cpp Convert error.hh to plain C 2016-05-23 18:55:05 +01:00
base64.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
cipher.cpp Rewrite _olm_cipher_aes_sha_256 initialisation 2016-05-24 12:06:47 +01:00
crypto.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
libs.c Build the crypto libs as C99 2016-05-24 14:41:49 +01:00
memory.cpp C binding for olm::unset 2016-05-23 18:55:05 +01:00
message.cpp Fix bug in bounds check when parsing 2016-05-23 19:37:58 +01:00
olm.cpp Rewrite _olm_cipher_aes_sha_256 initialisation 2016-05-24 12:06:47 +01:00
pickle.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
ratchet.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
session.cpp Rewrite _olm_cipher_aes_sha_256 initialisation 2016-05-24 12:06:47 +01:00
utility.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00