From 857d6636d8e16e490a59a1b8c06b6143401a5395 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 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 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