diff options
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; |