SSH2: Typo (Twofish related..)

Typo...
This commit is contained in:
Hans-Jürgen Petrich 2013-05-05 08:59:44 +07:00
parent fb6c25e85f
commit a83166fe48

View File

@ -1349,7 +1349,7 @@ class Net_SSH2 {
case 'twofish192-ctr':
case 'twofish256-ctr':
$this->encrypt = new Crypt_Twofish(CRYPT_TWOFISH_MODE_CTR);
$this->decrypt_block_size = 16;
$this->encrypt_block_size = 16;
break;
case 'arcfour':
case 'arcfour128':
@ -3280,4 +3280,4 @@ class Net_SSH2 {
}
return $this->exit_status;
}
}
}