From 6068df237753e20c504c954504858585d5105a46 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 22 Dec 2008 10:18:35 +0000 Subject: split out code that is needed only when tls or dtls is used git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@445 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tlscommon.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tlscommon.h (limited to 'tlscommon.h') diff --git a/tlscommon.h b/tlscommon.h new file mode 100644 index 0000000..2b7a5e4 --- /dev/null +++ b/tlscommon.h @@ -0,0 +1,13 @@ +/* + * 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. + */ + +#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 -- cgit v1.1