diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-16 16:15:10 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-16 16:15:10 +0200 |
commit | 4b7d1262d9806e0fcf449436df862369025af2f3 (patch) | |
tree | 82ec68fb56affabcc20a59e9413b391adcf927d2 /src/pluto/constants.h | |
parent | b3cabd1f032c88e3027f4bf349e7d90e2ab235a2 (diff) | |
download | strongswan-4b7d1262d9806e0fcf449436df862369025af2f3.tar.bz2 strongswan-4b7d1262d9806e0fcf449436df862369025af2f3.tar.xz |
define state_story for STATE_UNDEFINED
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index 871d68607..075579d6d 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -368,11 +368,6 @@ extern const char *const state_story[]; enum state_kind { STATE_UNDEFINED, /* 0 -- most likely accident */ - /* Opportunism states: see "Opportunistic Encryption" 2.2 */ - - OPPO_ACQUIRE, /* got an ACQUIRE message for this pair */ - OPPO_GW_DISCOVERED, /* got TXT specifying gateway */ - /* IKE states */ STATE_MAIN_R0, |