diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index c64a1ad..55e767e 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -150,6 +150,12 @@ struct realm { struct tls { char *name; + char *cacertfile; + char *cacertpath; + char *certfile; + char *certkeyfile; + char *certkeypwd; + uint8_t crlcheck; SSL_CTX *ctx; }; |