diff options
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r-- | toxcore/onion_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h index e10a86c5..ad28ac51 100644 --- a/toxcore/onion_client.h +++ b/toxcore/onion_client.h | |||
@@ -136,7 +136,7 @@ typedef struct { | |||
136 | Onion_Client_Paths onion_paths_friends; | 136 | Onion_Client_Paths onion_paths_friends; |
137 | 137 | ||
138 | uint8_t secret_symmetric_key[crypto_box_KEYBYTES]; | 138 | uint8_t secret_symmetric_key[crypto_box_KEYBYTES]; |
139 | uint64_t last_run; | 139 | uint64_t last_run, first_run; |
140 | 140 | ||
141 | uint8_t temp_public_key[crypto_box_PUBLICKEYBYTES]; | 141 | uint8_t temp_public_key[crypto_box_PUBLICKEYBYTES]; |
142 | uint8_t temp_secret_key[crypto_box_SECRETKEYBYTES]; | 142 | uint8_t temp_secret_key[crypto_box_SECRETKEYBYTES]; |