From abc860624b468b16b99f5b988de88ace099111a2 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Thu, 20 Jun 2019 19:51:17 +0200 Subject: [PATCH] fix linux compile --- radsecproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radsecproxy.h b/radsecproxy.h index 8dfd064..18a8702 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -152,7 +152,7 @@ struct clsrvconf { regex_t *certcnregex; regex_t *certuriregex; regex_t *certdnsregex; - in6_addr_t certipmatch; + struct in6_addr certipmatch; int certipmatchaf; char *confrewritein; char *confrewriteout;