summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-16 18:33:54 -0400
committerAndrew Cady <d@jerkface.net>2020-10-27 17:45:23 -0400
commit857d6636d8e16e490a59a1b8c06b6143401a5395 (patch)
tree46c8c6327c91ae83346207d117577096632d1066
parent43a8422995aeab757b68e8823489a153f437facb (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 3e8b9f8a6..f1e53e4fe 100644
--- a/auth2-pubkey.c
+++ b/auth2-pubkey.c
@@ -592,7 +592,7 @@ check_authkey_line_for_wildcard(struct sshkey *key, char *cp, const char *loc, s
592 const char *reason = NULL; 592 const char *reason = NULL;
593 char *key_options = cp; 593 char *key_options = cp;
594 594
595 if (advance_past_options(&cp) != 0) return -1; 595 if (sshkey_advance_past_options(&cp) != 0) return -1;
596 skip_space(&cp); 596 skip_space(&cp);
597 597
598 // A wildcard auth line must start "* " or "*\t" 598 // A wildcard auth line must start "* " or "*\t"