summaryrefslogtreecommitdiff
path: root/core/net_crypto.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-10 12:54:39 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-10 12:54:39 -0400
commitf471602d5d7ed9b5d8c92f7a55d2e6589c15577c (patch)
treeee9935271c4305f69119eda56a1c266effebf6e1 /core/net_crypto.h
parent488ac35cc6afd21a986c35d6022928458ff153b2 (diff)
updated TODO
Diffstat (limited to 'core/net_crypto.h')
-rw-r--r--core/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net_crypto.h b/core/net_crypto.h
index 6d223256..fe655c92 100644
--- a/core/net_crypto.h
+++ b/core/net_crypto.h
@@ -28,7 +28,7 @@
28 28
29//TODO: move this to network.h 29//TODO: move this to network.h
30#ifndef WIN32 30#ifndef WIN32
31#include "../nacl/build/localhost/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later 31#include "../nacl/build/Linux/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later
32#endif 32#endif
33//Our public key. 33//Our public key.
34extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES]; 34extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES];