diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-21 20:05:49 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-12-21 20:05:49 +0000 |
commit | 6b50ddfa0da6047cff888a4cc16d4cc165a8353a (patch) | |
tree | 4a4a2747601979980b150cfd187006218375e05b /src/pluto/constants.h | |
parent | fb3466063243a46fc01c0730f0d6a36783487bfe (diff) | |
download | strongswan-6b50ddfa0da6047cff888a4cc16d4cc165a8353a.tar.bz2 strongswan-6b50ddfa0da6047cff888a4cc16d4cc165a8353a.tar.xz |
negated POLICY_REAUTH to POLICY_DONT_REAUTH
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index 1295b29cf..3459a3b46 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -844,7 +844,7 @@ extern const char *prettypolicy(lset_t policy); #define POLICY_XAUTH_PSK LELEM(18) /* do we support XAUTH????PreShared? */ #define POLICY_XAUTH_RSASIG LELEM(19) /* do we support XAUTH????RSA? */ #define POLICY_XAUTH_SERVER LELEM(20) /* are we an XAUTH server? */ -#define POLICY_REAUTH LELEM(21) /* reauthenticate on rekeying, IKEv2 */ +#define POLICY_DONT_REAUTH LELEM(21) /* don't reauthenticate on rekeying, IKEv2 only */ /* Any IPsec policy? If not, a connection description * is only for ISAKMP SA, not IPSEC SA. (A pun, I admit.) |