From 6068df237753e20c504c954504858585d5105a46 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 22 Dec 2008 10:18:35 +0000 Subject: split out code that is needed only when tls or dtls is used git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@445 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tls.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tls.c') diff --git a/tls.c b/tls.c index 5a97960..d49e94b 100644 --- a/tls.c +++ b/tls.c @@ -6,7 +6,6 @@ * copyright notice and this permission notice appear in all copies. */ -#ifdef RADPROT_TLS #include #include #include @@ -27,11 +26,13 @@ #include #include #include -#include "debug.h" #include "list.h" -#include "util.h" #include "radsecproxy.h" +#ifdef RADPROT_TLS +#include "debug.h" +#include "util.h" + static void setprotoopts(struct commonprotoopts *opts); static char **getlistenerargs(); void *tlslistener(void *arg); -- cgit v1.1