mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-26 20:35:21 +01:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
bd534c9271
@ -4411,10 +4411,7 @@ class SSH2
|
|||||||
case 'chacha20-poly1305@openssh.com':
|
case 'chacha20-poly1305@openssh.com':
|
||||||
case 'arcfour128':
|
case 'arcfour128':
|
||||||
case 'arcfour256':
|
case 'arcfour256':
|
||||||
if ($engine == 'Eval') {
|
if ($engine != 'Eval') {
|
||||||
$algos = array_diff($algos, [$algo]);
|
|
||||||
$ciphers[] = $algo;
|
|
||||||
} else {
|
|
||||||
continue 2;
|
continue 2;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user