EAP-IKEv2: Remove obsolete ccns.pl project workarounds
It does not look like there is going to be any additional use for this old build option that could be used to build the EAP-IKEv2 peer implementation in a way that interoperates with the eap-ikev2.ccns.pl project. Remove the workarounds that matches incorrect implementation in that project to clean up implementation. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
aa6bf6dabc
commit
737754dc2b
6 changed files with 1 additions and 160 deletions
|
@ -70,11 +70,7 @@ struct ikev2_transform {
|
|||
/* Current IKEv2 version from RFC 4306 */
|
||||
#define IKEV2_MjVer 2
|
||||
#define IKEV2_MnVer 0
|
||||
#ifdef CCNS_PL
|
||||
#define IKEV2_VERSION ((IKEV2_MjVer) | ((IKEV2_MnVer) << 4))
|
||||
#else /* CCNS_PL */
|
||||
#define IKEV2_VERSION (((IKEV2_MjVer) << 4) | (IKEV2_MnVer))
|
||||
#endif /* CCNS_PL */
|
||||
|
||||
/* IKEv2 Exchange Types */
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue