diff options
author | dartraiden <wowemuh@gmail.com> | 2021-12-09 19:45:20 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-12-09 19:45:20 +0300 |
commit | b40119891c2f73c4726ab64ac2a2f327cf781ee2 (patch) | |
tree | f06adb7527462996a95160921693b7361f2f5d87 /protocols/Tox/libtox/src/toxcore/util.c | |
parent | f4f1858d08a927e48cf05169b53dd79f19f21794 (diff) |
Update libtox to 0.2.13
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/util.c')
-rw-r--r-- | protocols/Tox/libtox/src/toxcore/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/util.c b/protocols/Tox/libtox/src/toxcore/util.c index 58b75763e5..2f00adacb1 100644 --- a/protocols/Tox/libtox/src/toxcore/util.c +++ b/protocols/Tox/libtox/src/toxcore/util.c @@ -17,12 +17,12 @@ #include "util.h" -#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ - #include <stdlib.h> #include <string.h> #include <time.h> +#include "crypto_core.h" /* for CRYPTO_PUBLIC_KEY_SIZE */ + /* id functions */ bool id_equal(const uint8_t *dest, const uint8_t *src) |