summaryrefslogtreecommitdiff
path: root/tlscommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tlscommon.h')
-rw-r--r--tlscommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tlscommon.h b/tlscommon.h
index 97388e4..084cb1c 100644
--- a/tlscommon.h
+++ b/tlscommon.h
@@ -33,3 +33,7 @@ int verifyconfcert(X509 *cert, struct clsrvconf *conf);
int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val);
int addmatchcertattr(struct clsrvconf *conf);
#endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */