summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-16 18:33:54 -0400
committerAndrew Cady <d@jerkface.net>2020-08-16 18:33:54 -0400
commite31f067e0bb0c5aea08fb5f828365b135ce60613 (patch)
tree3398e3d806e8b430ed75ba60cd8b7aabd57a702d
parent8b69bad38ae8fa028dab0ab790a3fdd98e713c7f (diff)
port forward to updated upstream
-rw-r--r--auth2-pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c
index 51f5edb0f..8cb2ed32e 100644
--- a/auth2-pubkey.c
+++ b/auth2-pubkey.c
@@ -578,7 +578,7 @@ check_authkey_line_for_wildcard(struct sshkey *key, char *cp, const char *loc, s
578 const char *reason = NULL; 578 const char *reason = NULL;
579 char *key_options = cp; 579 char *key_options = cp;
580 580
581 if (advance_past_options(&cp) != 0) return -1; 581 if (sshkey_advance_past_options(&cp) != 0) return -1;
582 skip_space(&cp); 582 skip_space(&cp);
583 583
584 // A wildcard auth line must start "* " or "*\t" 584 // A wildcard auth line must start "* " or "*\t"