X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tls.c;h=d49e94bd4bc1fe33d3161dbd47a7c90922186ed6;hb=6068df237753e20c504c954504858585d5105a46;hp=5a979607cf1416f36dd9313731cc4f2cbad62cfc;hpb=be2e70adfd0793b34e86e2a7463514923d1882cd;p=libradsec.git 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);