Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / radsecproxy / util.c
similarity index 99%
rename from lib/rsp_util.c
rename to lib/radsecproxy/util.c
index e18a978..ad974ac 100644 (file)
@@ -18,8 +18,8 @@
 #include <errno.h>
 #include <sys/select.h>
 #include <stdarg.h>
-#include "rsp_debug.h"
-#include "rsp_util.h"
+#include "debug.h"
+#include "util.h"
 
 char *stringcopy(const char *s, int len) {
     char *r;