summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-31 18:03:41 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-31 18:03:41 -0500
commit473915cced9deca093cd3d42ab5d3b7ccb646cba (patch)
treec65b333edf42b6cb32f48b849a3463fa909bf5f6 /toxcore
parent8ac13beea427cd1bf321bf89adcda51ace66bf1d (diff)
Remove useless defines.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/crypto_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/toxcore/crypto_core.h b/toxcore/crypto_core.h
index f19a9790..af73638b 100644
--- a/toxcore/crypto_core.h
+++ b/toxcore/crypto_core.h
@@ -123,9 +123,6 @@ void new_nonce(uint8_t *nonce);
123#define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */ 123#define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */
124#define CRYPTO_PACKET_HARDENING 48 /* Hardening crypto packet ID. */ 124#define CRYPTO_PACKET_HARDENING 48 /* Hardening crypto packet ID. */
125#define CRYPTO_PACKET_NAT_PING 254 /* NAT ping crypto packet ID. */ 125#define CRYPTO_PACKET_NAT_PING 254 /* NAT ping crypto packet ID. */
126#define CRYPTO_PACKET_GROUP_CHAT_GET_NODES 48 /* Group chat get Nodes packet */
127#define CRYPTO_PACKET_GROUP_CHAT_SEND_NODES 49 /* Group chat send Nodes packet */
128#define CRYPTO_PACKET_GROUP_CHAT_BROADCAST 50 /* Group chat broadcast packet */
129 126
130/* Create a request to peer. 127/* Create a request to peer.
131 * send_public_key and send_secret_key are the pub/secret keys of the sender. 128 * send_public_key and send_secret_key are the pub/secret keys of the sender.