mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-26 12:25:24 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
d8b8275282
@ -4582,10 +4582,7 @@ class SSH2
|
||||
switch ($algo) {
|
||||
case 'arcfour128':
|
||||
case 'arcfour256':
|
||||
if ($engine == Base::ENGINE_INTERNAL) {
|
||||
$algos = array_diff($algos, array($algo));
|
||||
$ciphers[] = $algo;
|
||||
} else {
|
||||
if ($engine != Base::ENGINE_INTERNAL) {
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user