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 bfdbbe30..bae5ee19 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -156,7 +156,7 @@ struct Net_Crypto {
156 /* The current optimal sleep time */ 156 /* The current optimal sleep time */
157 uint32_t current_sleep_time; 157 uint32_t current_sleep_time;
158 158
159 BS_LIST ip_port_list; 159 BS_List ip_port_list;
160}; 160};
161 161
162const uint8_t *nc_get_self_public_key(const Net_Crypto *c) 162const uint8_t *nc_get_self_public_key(const Net_Crypto *c)