From 644af71b6c841485734fbcc6706dd4cd74e77ace Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 9 Oct 2021 13:00:30 -0500 Subject: [PATCH] SSH2: readd public for 3.0 branch --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index e36d105a..d4be85f2 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -4943,7 +4943,7 @@ class SSH2 * @see https://tools.ietf.org/html/rfc4252#section-5.1 * @return array|null */ - function getAuthMethodsToContinue() + public function getAuthMethodsToContinue() { return $this->auth_methods_to_continue; }