diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index c599aa4..7332ae4 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -81,6 +81,8 @@ struct clsrvconf { char *port; char *secret; regex_t *certuriregex; + regex_t *rewriteattrregex; + char *rewriteattrreplacement; uint8_t statusserver; SSL_CTX *ssl_ctx; struct addrinfo *addrinfo; |