From e80ac120e1f5b53e3ac4d337628838a4ea58adc3 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 12 Jul 2013 16:35:45 -0400 Subject: Build fixed? --- core/net_crypto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/net_crypto.h') 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 @@ #include "Lossless_UDP.h" -//TODO: move this to network.h -#ifndef WIN32 -#include "../nacl/build/Linux/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later -#endif //Our public key. extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES]; extern uint8_t self_secret_key[crypto_box_SECRETKEYBYTES]; -- cgit v1.2.3