summaryrefslogtreecommitdiff
path: root/tlscommon.h
blob: 2b7a5e4050eb9a0c72bcb3bd57b79c861a43b0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
 */

#if defined(RADPROT_TLS) || defined(RADPROT_DTLS)
struct tls *tlsgettls(char *alt1, char *alt2);
SSL_CTX *tlsgetctx(uint8_t type, struct tls *t);
int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val);
#endif