X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tls.c;h=f79529ff99c3fe5b4316adcf17ebffd375f065f1;hb=d4f20d38dc7b65a5d3e7fffa40c5333fdc656584;hp=1d8b14c1898e18ca5f0a1ad9cd1f43f1ca838f5b;hpb=d3815dfd3e7f48e0c47499acc173809d973a4ad6;p=radsecproxy.git diff --git a/tls.c b/tls.c index 1d8b14c..f79529f 100644 --- a/tls.c +++ b/tls.c @@ -473,3 +473,7 @@ const struct protodefs *tlsinit(uint8_t h) { return NULL; } #endif + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */