summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.c')
-rw-r--r--toxcore/net_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 56ff1bdd..6b975fe2 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -1454,7 +1454,7 @@ static int connect_peer_tcp(Net_Crypto *c, int crypt_connection_id)
1454 * return -1 on failure. 1454 * return -1 on failure.
1455 * return 0 on success. 1455 * return 0 on success.
1456 */ 1456 */
1457int set_conection_dht_public_key(Net_Crypto *c, int crypt_connection_id, uint8_t *dht_public_key) 1457int set_connection_dht_public_key(Net_Crypto *c, int crypt_connection_id, uint8_t *dht_public_key)
1458{ 1458{
1459 Crypto_Connection *conn = get_crypto_connection(c, crypt_connection_id); 1459 Crypto_Connection *conn = get_crypto_connection(c, crypt_connection_id);
1460 1460