diff options
author | venaas <venaas> | 2007-05-11 15:39:22 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-11 15:39:22 +0000 |
commit | cd254593d7e61034048167fabba829e74388de00 (patch) | |
tree | aa28be337ca68549724cb80271d169128be733ea /radsecproxy.h | |
parent | 3bc969c6e614d44a11864714bb2aff74d5932bf5 (diff) |
new configuration code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@83 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 29107c3..a3fe108 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -43,6 +43,9 @@ #define RAD_Attr_Length 1 #define RAD_Attr_Value 2 +#define CONF_STR 1 +#define CONF_CBK 2 + struct options { char *tlscacertificatefile; char *tlscacertificatepath; |