diff options
Diffstat (limited to 'toxdns/toxdns.c')
-rw-r--r-- | toxdns/toxdns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxdns/toxdns.c b/toxdns/toxdns.c index f7df5df3..1fbf4a00 100644 --- a/toxdns/toxdns.c +++ b/toxdns/toxdns.c | |||
@@ -44,7 +44,7 @@ uint8_t i = 0; \ | |||
44 | } \ | 44 | } \ |
45 | } \ | 45 | } \ |
46 | } \ | 46 | } \ |
47 | 47 | ||
48 | typedef struct { | 48 | typedef struct { |
49 | uint8_t temp_pk[crypto_box_PUBLICKEYBYTES]; | 49 | uint8_t temp_pk[crypto_box_PUBLICKEYBYTES]; |
50 | uint8_t temp_sk[crypto_box_SECRETKEYBYTES]; | 50 | uint8_t temp_sk[crypto_box_SECRETKEYBYTES]; |