Use existing temporary variable conn.
[radsecproxy.git] / tls.c
diff --git a/tls.c b/tls.c
index 1d8b14c..f79529f 100644 (file)
--- 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: */