aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/args.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-06-20 17:10:13 +0200
committerMartin Willi <martin@revosec.ch>2013-10-11 10:15:21 +0200
commit25f74be8f962b38da65f23c8d3bc6aa75e35ab3c (patch)
tree4d9400b43cfbf1ccee4bf60f3a05e0a9fabc449f /src/starter/args.c
parentd489e75579af191633ce7ae4bc33c2a31efc47f4 (diff)
downloadstrongswan-25f74be8f962b38da65f23c8d3bc6aa75e35ab3c.tar.bz2
strongswan-25f74be8f962b38da65f23c8d3bc6aa75e35ab3c.tar.xz
starter: Remove obsolete 'auth' option
Diffstat (limited to 'src/starter/args.c')
-rw-r--r--src/starter/args.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/starter/args.c b/src/starter/args.c
index 9672c66db..42deb8639 100644
--- a/src/starter/args.c
+++ b/src/starter/args.c
@@ -140,7 +140,6 @@ static const token_info_t token_info[] =
{ ARG_MISC, 0, NULL /* KW_COMPRESS */ },
{ ARG_ENUM, offsetof(starter_conn_t, install_policy), LST_bool },
{ ARG_ENUM, offsetof(starter_conn_t, aggressive), LST_bool },
- { ARG_MISC, 0, NULL /* KW_AUTH */ },
{ ARG_STR, offsetof(starter_conn_t, authby), LST_authby },
{ ARG_STR, offsetof(starter_conn_t, eap_identity), NULL },
{ ARG_STR, offsetof(starter_conn_t, aaa_identity), NULL },