mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
CS adjustment
This commit is contained in:
parent
11cc31d99a
commit
5b6024b409
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user