Add an error code.
[radsecproxy.git] / dtls.c
diff --git a/dtls.c b/dtls.c
index ef6c41a..d99c55d 100644 (file)
--- a/dtls.c
+++ b/dtls.c
@@ -709,3 +709,7 @@ const struct protodefs *dtlsinit(uint8_t h) {
     return NULL;
 }
 #endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */