starter: Remove obsolete 'auth' option

This commit is contained in:
Martin Willi
2013-10-11 10:15:21 +02:00
parent d489e75579
commit 25f74be8f9
5 changed files with 0 additions and 7 deletions
-3
View File
@@ -521,9 +521,6 @@ static void load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg
case KW_COMPRESS:
KW_SA_OPTION_FLAG("yes", "no", SA_OPTION_COMPRESS)
break;
case KW_AUTH:
KW_SA_OPTION_FLAG("ah", "esp", SA_OPTION_AUTHENTICATE)
break;
case KW_MARK:
if (!handle_mark(kw->value, &conn->mark_in))
{