From e0c9e33cc484025e2b80bec19f7130554e9e3781 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 22 Dec 2008 13:14:41 +0000 Subject: moved more code to tlscommon, fixed a couple of minor lint warnings git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@447 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tcp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tcp.c') diff --git a/tcp.c b/tcp.c index cddd554..c0a266c 100644 --- a/tcp.c +++ b/tcp.c @@ -6,7 +6,6 @@ * copyright notice and this permission notice appear in all copies. */ -#ifdef RADPROT_TCP #include #include #include @@ -25,12 +24,12 @@ #include #include #include -#include -#include "debug.h" #include "list.h" -#include "util.h" #include "radsecproxy.h" +#ifdef RADPROT_TCP +#include "debug.h" +#include "util.h" static void setprotoopts(struct commonprotoopts *opts); static char **getlistenerargs(); void *tcplistener(void *arg); -- cgit v1.1