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>2013-04-26 20:33:57 +0100
commit8822124d60b47631c04f0f68d89948bc632d8930 (patch)
tree8650f2a1c118451b63a9e130cbe78d56fff2c0c9 /lib/radsecproxy-includes/tls.h
parente4b6e972c3fc9f2d7f03cc872a572968c6f60730 (diff)
Don't depend on radsecproxy includes from parent directory
This ends up being a problem both for Debian and RPM packaging.
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: */