From 2fbafcd751d4af3f33f216302b4787452f7270f0 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 14 Feb 2007 10:37:24 +0000 Subject: added password for encr keys git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@56 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'radsecproxy.h') 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; -- cgit v1.1