summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-16 18:33:54 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit0ec7190620055ca1fea5fa63c0b71c333d1c6b1e (patch)
treeed6910f7e5936f63e15c4acf7a2956b0ccf06cf5
parenta04ee78cf87f7b08995c8cb37ca377e35f4d67c8 (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"