mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 16:15:52 +00:00
SSH2: Typo (Twofish related..)
Typo...
This commit is contained in:
parent
fb6c25e85f
commit
a83166fe48
@ -1349,7 +1349,7 @@ class Net_SSH2 {
|
|||||||
case 'twofish192-ctr':
|
case 'twofish192-ctr':
|
||||||
case 'twofish256-ctr':
|
case 'twofish256-ctr':
|
||||||
$this->encrypt = new Crypt_Twofish(CRYPT_TWOFISH_MODE_CTR);
|
$this->encrypt = new Crypt_Twofish(CRYPT_TWOFISH_MODE_CTR);
|
||||||
$this->decrypt_block_size = 16;
|
$this->encrypt_block_size = 16;
|
||||||
break;
|
break;
|
||||||
case 'arcfour':
|
case 'arcfour':
|
||||||
case 'arcfour128':
|
case 'arcfour128':
|
||||||
|
Loading…
Reference in New Issue
Block a user