summaryrefslogtreecommitdiff
path: root/lib/radsecproxy-includes/tls.h
diff options
context:
space:
mode:
authorSam Hartman <hartmans@painless-security.com>2011-04-27 12:11:34 -0400
committerSam Hartman <hartmans@painless-security.com>2011-04-27 12:11:34 -0400
commit605ad20d46b8279d28dc14d5df887a274e58ffd7 (patch)
tree046e6734f4ad37d48d281bcdcbd947bf6dac8536 /lib/radsecproxy-includes/tls.h
parent57b86966e6682f07b3906f1478571ad522d34610 (diff)
Don't depend on radsecproxy includes from parent directory
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: */