Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / radsecproxy / hash.c
similarity index 98%
rename from lib/rsp_hash.c
rename to lib/radsecproxy/hash.c
index a57ead2..ab17433 100644 (file)
@@ -4,8 +4,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
-#include "rsp_list.h"
-#include "rsp_hash.h"
+#include "list.h"
+#include "hash.h"
 
 /* allocates and initialises hash structure; returns NULL if malloc fails */
 struct hash *hash_create() {