diff options
Diffstat (limited to 'toxcore/network.h')
-rw-r--r-- | toxcore/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/network.h b/toxcore/network.h index 1253c07e..0b76a574 100644 --- a/toxcore/network.h +++ b/toxcore/network.h | |||
@@ -70,6 +70,7 @@ typedef int sock_t; | |||
70 | #include <crypto_box.h> | 70 | #include <crypto_box.h> |
71 | #include <randombytes.h> | 71 | #include <randombytes.h> |
72 | #define crypto_box_MACBYTES (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES) | 72 | #define crypto_box_MACBYTES (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES) |
73 | #define crypto_secretbox_MACBYTES (crypto_secretbox_ZEROBYTES - crypto_secretbox_BOXZEROBYTES) | ||
73 | #endif | 74 | #endif |
74 | 75 | ||
75 | #ifndef IPV6_ADD_MEMBERSHIP | 76 | #ifndef IPV6_ADD_MEMBERSHIP |