diff options
author | Gregory Mullen (grayhatter) <greg@grayhatter.com> | 2015-11-07 20:36:57 -0800 |
---|---|---|
committer | Gregory Mullen (grayhatter) <greg@grayhatter.com> | 2015-11-07 20:36:57 -0800 |
commit | e1ad6cc8f9a5613439937096b55b476f65a00730 (patch) | |
tree | 9dcf444c993681cc654f0e2874ab66264ec289c6 /toxdns | |
parent | 3631b460a6b763acda718bb71b7f6a1ee31a3299 (diff) | |
parent | 6a494e2cbdd146bb13185d8220061322661a5f5a (diff) |
Merge remote-tracking branch 'upstream/master' into rm-files
Diffstat (limited to 'toxdns')
-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]; |