Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / radsecproxy / tlscommon.c
similarity index 98%
rename from lib/rsp_tlscommon.c
rename to lib/radsecproxy/tlscommon.c
index 8ab1b13..002788d 100644 (file)
 #include <openssl/err.h>
 #include <openssl/md5.h>
 #include <openssl/x509v3.h>
-#include "rsp_debug.h"
-#include "rsp_list.h"
-#include "rsp_hash.h"
-#include "rsp_util.h"
-#include "../hostport_types.h"
-#include "../radsecproxy.h"
+#include "debug.h"
+#include "list.h"
+#include "hash.h"
+#include "util.h"
+#include "hostport_types.h"
+#include "radsecproxy.h"
 
 static struct hash *tlsconfs = NULL;