summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 55e767e..b38f6f0 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -156,7 +156,8 @@ struct tls {
char *certkeyfile;
char *certkeypwd;
uint8_t crlcheck;
- SSL_CTX *ctx;
+ SSL_CTX *tlsctx;
+ SSL_CTX *dtlsctx;
};
struct rewrite {