diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index ac5ec56..9a71de3 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -52,9 +52,10 @@ struct options { char *tlscacertificatepath; char *tlscertificatefile; char *tlscertificatekeyfile; + char *tlscertificatekeypassword; char *udpserverport; }; - + /* requests that our client will send */ struct request { unsigned char *buf; |