Protect IPv6 addresses in square brackets to avoid misinterpretation.
[libradsec.git] / tls.c
diff --git a/tls.c b/tls.c
index f79529f..ce06a6e 100644 (file)
--- a/tls.c
+++ b/tls.c
@@ -26,9 +26,8 @@
 #include <pthread.h>
 #include <openssl/ssl.h>
 #include <openssl/err.h>
-#include "list.h"
-#include "hostport.h"
 #include "radsecproxy.h"
+#include "hostport.h"
 
 #ifdef RADPROT_TLS
 #include "debug.h"