Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / radsecproxy / debug.c
similarity index 99%
rename from lib/rsp_debug.c
rename to lib/radsecproxy/debug.c
index f3a2de6..8a4881d 100644 (file)
@@ -15,8 +15,8 @@
 #include <syslog.h>
 #include <errno.h>
 #include <assert.h>
-#include "rsp_debug.h"
-#include "rsp_util.h"
+#include "debug.h"
+#include "util.h"
 
 static char *debug_ident = NULL;
 static uint8_t debug_level = DBG_INFO;