diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-03-27 12:31:35 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-03-27 12:31:35 +0000 |
commit | e74bc8e51dfc64ebf4044992ee9244214455d617 (patch) | |
tree | 9ecaf0e1225f369699bb271301201924de50ac25 /src/starter/keywords.h | |
parent | b42421a04c0b2377b1b2a352c641d0891f8dbfba (diff) | |
download | strongswan-e74bc8e51dfc64ebf4044992ee9244214455d617.tar.bz2 strongswan-e74bc8e51dfc64ebf4044992ee9244214455d617.tar.xz |
changed external interface to the mediation extension.
Diffstat (limited to 'src/starter/keywords.h')
-rw-r--r-- | src/starter/keywords.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/starter/keywords.h b/src/starter/keywords.h index 79e4e4ea7..f71b0085f 100644 --- a/src/starter/keywords.h +++ b/src/starter/keywords.h @@ -87,8 +87,8 @@ typedef enum { KW_DPDACTION, KW_MODECONFIG, KW_XAUTH, - KW_ME_MEDIATION, - KW_ME_MEDIATED_BY, + KW_MEDIATION, + KW_MEDIATED_BY, KW_ME_PEERID, #define KW_CONN_FIRST KW_CONN_SETUP |