summaryrefslogtreecommitdiff
path: root/lib/radsec.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-01-22 11:01:59 +0100
committerLinus Nordberg <linus@nordberg.se>2013-01-22 11:39:52 +0100
commit95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4 (patch)
tree2db13956be8e5c2152b2b472185e295938fc347d /lib/radsec.c
parent0be487506195d069c468fa71c32dc2cd50450363 (diff)
Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
Diffstat (limited to 'lib/radsec.c')
-rw-r--r--lib/radsec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/radsec.c b/lib/radsec.c
index d14ad50..db406ae 100644
--- a/lib/radsec.c
+++ b/lib/radsec.c
@@ -19,11 +19,11 @@
#include <radsec/radsec-impl.h>
#include "err.h"
#include "debug.h"
-#include "rsp_debug.h"
+#include "radsecproxy/debug.h"
#if defined (RS_ENABLE_TLS)
#include <regex.h>
-#include "rsp_list.h"
-#include "../radsecproxy.h"
+#include "radsecproxy/list.h"
+#include "radsecproxy/radsecproxy.h"
#endif
/* Public functions. */