From e31f067e0bb0c5aea08fb5f828365b135ce60613 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 16 Aug 2020 18:33:54 -0400 Subject: port forward to updated upstream --- auth2-pubkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 const char *reason = NULL; char *key_options = cp; - if (advance_past_options(&cp) != 0) return -1; + if (sshkey_advance_past_options(&cp) != 0) return -1; skip_space(&cp); // A wildcard auth line must start "* " or "*\t" -- cgit v1.2.3