X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tls.c;h=ce06a6e7a3c0f332b967a9936bc55f21631413ba;hb=68d851156019f743618b39d31f7674981ed18a71;hp=1d8b14c1898e18ca5f0a1ad9cd1f43f1ca838f5b;hpb=d3815dfd3e7f48e0c47499acc173809d973a4ad6;p=libradsec.git diff --git a/tls.c b/tls.c index 1d8b14c..ce06a6e 100644 --- a/tls.c +++ b/tls.c @@ -26,9 +26,8 @@ #include #include #include -#include "list.h" -#include "hostport.h" #include "radsecproxy.h" +#include "hostport.h" #ifdef RADPROT_TLS #include "debug.h" @@ -473,3 +472,7 @@ const struct protodefs *tlsinit(uint8_t h) { return NULL; } #endif + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */