From 977aab7f2f324e4d0b2807184d2aea6350c0f5c7 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 26 Dec 2013 09:47:35 -0500 Subject: It makes more sense for new_keys() to be in new_net_crypto() --- toxcore/Messenger.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toxcore/Messenger.c') diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index 78c83519..4f84ba6b 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1553,7 +1553,6 @@ Messenger *new_messenger(uint8_t ipv6enabled) return NULL; } - new_keys(m->net_crypto); m_set_statusmessage(m, (uint8_t *)"Online", sizeof("Online")); friendreq_init(&(m->fr), m->net_crypto); -- cgit v1.2.3