summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-22 14:25:52 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-22 14:25:52 -0400
commit0d54a675ecb884d0b368c48ce5b2bd7dad09ee04 (patch)
treeab73547d20f3154e8911bf4139c323cbe910039c /toxcore/net_crypto.c
parentba169b7c218dbec354d53181024c8e02bd061a17 (diff)
Removed unused variables.
Diffstat (limited to 'toxcore/net_crypto.c')
-rw-r--r--toxcore/net_crypto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 2da2ba3b..98571ce7 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -503,8 +503,6 @@ int crypto_connect(Net_Crypto *c, uint8_t *public_key, IP_Port ip_port)
503 */ 503 */
504int crypto_inbound(Net_Crypto *c, uint8_t *public_key, uint8_t *secret_nonce, uint8_t *session_key) 504int crypto_inbound(Net_Crypto *c, uint8_t *public_key, uint8_t *secret_nonce, uint8_t *session_key)
505{ 505{
506 uint32_t i, j;
507
508 while (1) { 506 while (1) {
509 int incoming_con = incoming_connection(c->lossless_udp, 1); 507 int incoming_con = incoming_connection(c->lossless_udp, 1);
510 508