summaryrefslogtreecommitdiff
path: root/auth2-pubkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-pubkey.c')
-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"