From c600835ad363f371bee7a11e61f5fbf4d957d58f Mon Sep 17 00:00:00 2001 From: juryben-fedora Date: Tue, 9 Jul 2013 23:16:59 -0400 Subject: cast parameters to unsigned char and terminal localhost regex without domain --- core/net_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/net_crypto.h') diff --git a/core/net_crypto.h b/core/net_crypto.h index c8837c03..6d223256 100644 --- a/core/net_crypto.h +++ b/core/net_crypto.h @@ -28,7 +28,7 @@ //TODO: move this to network.h #ifndef WIN32 -#include "../nacl/build/Linux/include/amd64/crypto_box.h" +#include "../nacl/build/localhost/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]; -- cgit v1.2.3