From e95494482fa8fc18bc7eda5e681fc0a89544bb3c Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 15 Mar 2014 22:11:36 -0400 Subject: A bit of work done on the TCP relay server. --- toxcore/net_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/net_crypto.c') diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c index d2dbc90f..17d2e8ff 100644 --- a/toxcore/net_crypto.c +++ b/toxcore/net_crypto.c @@ -159,7 +159,7 @@ int decrypt_data_symmetric(uint8_t *secret_key, uint8_t *nonce, uint8_t *encrypt } /* Increment the given nonce by 1. */ -static void increment_nonce(uint8_t *nonce) +void increment_nonce(uint8_t *nonce) { uint32_t i; -- cgit v1.2.3