X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fradsecproxy%2Fhash.c;fp=lib%2Frsp_hash.c;h=ab17433a5aaf6fc199ff6df2112efa618f4ee275;hb=95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4;hp=a57ead255a83635c81bbb3995bd952c0c6fa13f2;hpb=0be487506195d069c468fa71c32dc2cd50450363;p=radsecproxy.git diff --git a/lib/rsp_hash.c b/lib/radsecproxy/hash.c similarity index 98% rename from lib/rsp_hash.c rename to lib/radsecproxy/hash.c index a57ead2..ab17433 100644 --- a/lib/rsp_hash.c +++ b/lib/radsecproxy/hash.c @@ -4,8 +4,8 @@ #include #include #include -#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() {