Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2019-09-28 13:05:42 -05:00
commit bd534c9271
1 changed files with 1 additions and 4 deletions

View File

@ -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;