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 --- dtls.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dtls.c') diff --git a/dtls.c b/dtls.c index 0fdbc3a..49519ec 100644 --- a/dtls.c +++ b/dtls.c @@ -6,7 +6,6 @@ * copyright notice and this permission notice appear in all copies. */ -#ifdef RADPROT_DTLS #include #include #include @@ -27,12 +26,14 @@ #include #include #include -#include "debug.h" #include "list.h" #include "hash.h" -#include "util.h" #include "radsecproxy.h" +#ifdef RADPROT_DTLS +#include "debug.h" +#include "util.h" + static void setprotoopts(struct commonprotoopts *opts); static char **getlistenerargs(); void *udpdtlsserverrd(void *arg); -- cgit v1.1