mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-26 12:14:40 +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 'arcfour128':
|
||||
case 'arcfour256':
|
||||
if ($engine == 'Eval') {
|
||||
$algos = array_diff($algos, [$algo]);
|
||||
$ciphers[] = $algo;
|
||||
} else {
|
||||
if ($engine != 'Eval') {
|
||||
continue 2;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user