We do offer <select> choices to the user (and have for some time). Signed-off-by: Kevin Cernekee <cernekee at gmail.com> --- auth.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/auth.c b/auth.c index 7c95037..9f6e6d0 100644 --- a/auth.c +++ b/auth.c @@ -123,13 +123,6 @@ static int prop_equals(xmlNode *xml_node, const char *name, const char *value) return ret; } -/* - * Maybe we should offer this choice to the user. So far we've only - * ever seen it offer bogus choices though -- between certificate and - * password authentication, when the former has already failed. - * So we just accept the first option with an auth-type property. - */ - static int parse_auth_choice(struct openconnect_info *vpninfo, struct __oc_auth_form *form, xmlNode *xml_node) { -- 1.7.9.5