From 2836acbf8e2c9b530b779646f1264f01775cffbe Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 3 Apr 2008 10:32:00 +0000 Subject: regexp match on cert cn git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@225 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 666514b..737bc59 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -79,6 +79,7 @@ struct clsrvconf { char *host; char *port; char *secret; + regex_t *certcnregex; regex_t *certuriregex; regex_t *rewriteattrregex; char *rewriteattrreplacement; -- cgit v1.1