diff options
Diffstat (limited to 'security/openconnect/files/patch-stoken.c')
-rw-r--r-- | security/openconnect/files/patch-stoken.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/openconnect/files/patch-stoken.c b/security/openconnect/files/patch-stoken.c deleted file mode 100644 index e265f5ef3cd9..000000000000 --- a/security/openconnect/files/patch-stoken.c +++ /dev/null @@ -1,22 +0,0 @@ ---- stoken.c.orig 2021-07-01 20:58:46 UTC -+++ stoken.c -@@ -100,6 +100,7 @@ static int decrypt_stoken(struct openconnect_info *vpn - - form.opts = opts; - form.message = _("Enter credentials to unlock software token."); -+ form.auth_id = "_rsa_unlock"; - - if (stoken_devid_required(vpninfo->stoken_ctx)) { - opt->type = OC_FORM_OPT_TEXT; -@@ -206,9 +207,10 @@ static int request_stoken_pin(struct openconnect_info - - form.opts = opts; - form.message = _("Enter software token PIN."); -+ form.auth_id = "_rsa_pin"; - - opt->type = OC_FORM_OPT_PASSWORD; -- opt->name = (char *)"password"; -+ opt->name = (char *)"pin"; - opt->label = _("PIN:"); - opt->flags = OC_FORM_OPT_NUMERIC; - |