diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:57:53 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:57:53 +0200 |
commit | 3d3d856c919fd6a1972256bfb2f26430adffce1c (patch) | |
tree | 69b965499ae661e2e4ff86b2d8370e7543362919 /curvetun.c | |
parent | 17144ba9391419c59c4caeca9989d660c1035df4 (diff) |
curvetun_mgmt: consolidate the two mgmt include files into one
Consolidate the two mgmt include files into one.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.c')
-rw-r--r-- | curvetun.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,8 +35,7 @@ #include "curvetun.h" #include "curve.h" #include "config.h" -#include "curvetun_mgmt_users.h" -#include "curvetun_mgmt_servers.h" +#include "curvetun_mgmt.h" #include "ioops.h" #include "tprintf.h" #include "crypto.h" |