mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
SSH2: readd public for 3.0 branch
This commit is contained in:
parent
025b8beb8f
commit
644af71b6c
@ -4943,7 +4943,7 @@ class SSH2
|
|||||||
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
* @see https://tools.ietf.org/html/rfc4252#section-5.1
|
||||||
* @return array|null
|
* @return array|null
|
||||||
*/
|
*/
|
||||||
function getAuthMethodsToContinue()
|
public function getAuthMethodsToContinue()
|
||||||
{
|
{
|
||||||
return $this->auth_methods_to_continue;
|
return $this->auth_methods_to_continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user