X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tls.h;h=ba20e2519c46c78ae90d07715249f358c6f4307c;hb=refs%2Fheads%2FRADSECPROXY-51;hp=5e51a3fe0926bed1a0ebb43705752cae1bf788cd;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=libradsec.git diff --git a/tls.h b/tls.h index 5e51a3f..ba20e25 100644 --- a/tls.h +++ b/tls.h @@ -1,13 +1,8 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas - * - * 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. - */ +/* Copyright (c) 2008, UNINETT AS */ +/* See LICENSE for licensing information. */ -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); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */