summaryrefslogtreecommitdiff
path: root/curvetun.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-11 10:47:50 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-11 10:47:50 +0200
commit2b0325975aa3439f47f22211ffcc0bf2d3d8edcb (patch)
treeb4a387bd16738961f23b7c112c1a241b2280bd7c /curvetun.c
parent760f5b49a49c4b244a2da06a4123f884d891f8f6 (diff)
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 <dborkman@redhat.com>
Diffstat (limited to 'curvetun.c')
-rw-r--r--curvetun.c4
1 files changed, 2 insertions, 2 deletions
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"