diff options
author | Martin Willi <martin@revosec.ch> | 2012-07-26 11:49:46 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-07-26 11:51:58 +0200 |
commit | 46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72 (patch) | |
tree | 85474750eec084e8bc8da1c2d9ccd60a781eaab3 /src/starter/confread.h | |
parent | 15f78beb0fbfde6c83b9446e5a1f001ce510e512 (diff) | |
download | strongswan-46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72.tar.bz2 strongswan-46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72.tar.xz |
Add an ipsec.conf leftgroups2 parameter for the second authentication round
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index ea59d44b5..0c284229b 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -97,6 +97,7 @@ struct starter_end { char *ca; char *ca2; char *groups; + char *groups2; char *cert_policy; char *host; u_int ikeport; |