summaryrefslogtreecommitdiff
path: root/lib/radsecproxy-includes/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radsecproxy-includes/tls.h')
-rw-r--r--lib/radsecproxy-includes/tls.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/radsecproxy-includes/tls.h b/lib/radsecproxy-includes/tls.h
new file mode 100644
index 0000000..1a8735e
--- /dev/null
+++ b/lib/radsecproxy-includes/tls.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
+const struct protodefs *tlsinit(uint8_t h);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */