CS adjustment

This commit is contained in:
terrafrost 2021-04-13 08:05:55 -05:00
parent 11cc31d99a
commit 5b6024b409
1 changed files with 1 additions and 1 deletions

View File

@ -4520,7 +4520,7 @@ class SSH2
foreach ($engines as $engine) {
foreach ($algos as $algo) {
$obj = self::encryption_algorithm_to_crypt_instance($algo);
if ($obj instanceof Rijndael ) {
if ($obj instanceof Rijndael) {
$obj->setKeyLength(preg_replace('#[^\d]#', '', $algo));
}
switch ($algo) {