From 2b0325975aa3439f47f22211ffcc0bf2d3d8edcb Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 10:47:50 +0200 Subject: curvetun: renamed client, server, and management files Rename those files so that they are conform to the rest of the files we have in our repository. Signed-off-by: Daniel Borkmann --- curvetun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'curvetun.c') diff --git a/curvetun.c b/curvetun.c index 6d93ec9..00bbecc 100644 --- a/curvetun.c +++ b/curvetun.c @@ -35,8 +35,8 @@ #include "curvetun.h" #include "curve.h" #include "config.h" -#include "ct_usermgmt.h" -#include "ct_servmgmt.h" +#include "curvetun_mgmt_users.h" +#include "curvetun_mgmt_servers.h" #include "ioops.h" #include "tprintf.h" #include "crypto.h" -- cgit v1.2.3-54-g00ecf