summaryrefslogtreecommitdiff
path: root/core/net_crypto.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-12 16:35:45 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-12 16:35:45 -0400
commite80ac120e1f5b53e3ac4d337628838a4ea58adc3 (patch)
tree6950c6382b1fde4148a3250b7e5bc25b51bfb0b1 /core/net_crypto.h
parent79aa715514e7d587695ce0182fdf97537d9d9b85 (diff)
Build fixed?
Diffstat (limited to 'core/net_crypto.h')
-rw-r--r--core/net_crypto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/net_crypto.h b/core/net_crypto.h
index 4c3b53de..2476db10 100644
--- a/core/net_crypto.h
+++ b/core/net_crypto.h
@@ -26,10 +26,6 @@
26 26
27#include "Lossless_UDP.h" 27#include "Lossless_UDP.h"
28 28
29//TODO: move this to network.h
30#ifndef WIN32
31#include "../nacl/build/Linux/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later
32#endif
33//Our public key. 29//Our public key.
34extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES]; 30extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES];
35extern uint8_t self_secret_key[crypto_box_SECRETKEYBYTES]; 31extern uint8_t self_secret_key[crypto_box_SECRETKEYBYTES];