Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / tls.c
index acc2f91..a5040f4 100644 (file)
--- a/lib/tls.c
+++ b/lib/tls.c
@@ -14,8 +14,8 @@
 #include <radsec/radsec-impl.h>
 
 #include <regex.h>
-#include "rsp_list.h"
-#include "../radsecproxy.h"
+#include "radsecproxy/list.h"
+#include "radsecproxy/radsecproxy.h"
 
 static struct tls *
 _get_tlsconf (struct rs_connection *conn, const struct rs_realm *realm)