summaryrefslogtreecommitdiff
path: root/tls.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-12-18 15:14:00 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-12-18 15:14:00 +0000
commit3c779c1093a5cb6314bc366c6135fb2eaac8cdeb (patch)
tree0ba9c4f9ebdb9a91bee68c286abc9c1e6b66a286 /tls.h
parentdfb9fcfbba3e196b4c082cc9b8a1fe7b80ac8564 (diff)
cleaning up code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@441 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'tls.h')
-rw-r--r--tls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls.h b/tls.h
index b38cde2..5e51a3f 100644
--- a/tls.h
+++ b/tls.h
@@ -6,6 +6,7 @@
* 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);