From 17144ba9391419c59c4caeca9989d660c1035df4 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 10:49:13 +0200 Subject: curvetun_client: include crypto instead of single nacl header Use the common crypto header file as this is intended for that. Signed-off-by: Daniel Borkmann --- curvetun_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curvetun_client.c') diff --git a/curvetun_client.c b/curvetun_client.c index e102db0..32818a2 100644 --- a/curvetun_client.c +++ b/curvetun_client.c @@ -37,7 +37,7 @@ #include "curvetun.h" #include "curvetun_mgmt_servers.h" #include "curvetun_mgmt_users.h" -#include "crypto_auth_hmacsha512256.h" +#include "crypto.h" extern volatile sig_atomic_t sigint; static volatile sig_atomic_t closed_by_server = 0; -- cgit v1.2.3-54-g00ecf