summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 360773ff..888c800e 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -127,6 +127,9 @@ typedef struct {
127 127
128 pinged_t send_nodes[LSEND_NODES_ARRAY]; 128 pinged_t send_nodes[LSEND_NODES_ARRAY];
129 void *ping; 129 void *ping;
130
131 /* Note: this key should not be/is not used to transmit any sensitive materials */
132 uint8_t secret_symmetric_key[crypto_secretbox_KEYBYTES];
130} DHT; 133} DHT;
131/*----------------------------------------------------------------------------------*/ 134/*----------------------------------------------------------------------------------*/
132 135