summaryrefslogtreecommitdiff
path: root/tls.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-12-19 11:18:42 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-12-19 11:18:42 +0000
commit8d80bf94fc38a158f3721e6725aa48b3993e157a (patch)
tree7723a6493b616ed18d19804c2dc526527357394f /tls.h
parent3c779c1093a5cb6314bc366c6135fb2eaac8cdeb (diff)
cleaning up code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@442 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'tls.h')
-rw-r--r--tls.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tls.h b/tls.h
index 5e51a3f..2a88315 100644
--- a/tls.h
+++ b/tls.h
@@ -6,8 +6,4 @@
* copyright notice and this permission notice appear in all copies.
*/
-void tlssetsrcres(char *source);
-int tlsconnect(struct server *server, struct timeval *when, int timeout, char *text);
-int clientradputtls(struct server *server, unsigned char *rad);
-void *tlsclientrd(void *arg);
-void *tlslistener(void *arg);
+const struct protodefs *tlsinit(uint8_t h);