mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 10:01:47 +00:00
Merge pull request #808 from lem9/1.0
Typo in variable name * lem9/1.0: Typo in variable name
This commit is contained in:
commit
4f11a517bf
@ -993,7 +993,7 @@ class Crypt_Base
|
||||
break;
|
||||
case CRYPT_MODE_ECB:
|
||||
if (!defined('OPENSSL_RAW_DATA')) {
|
||||
$ciphetext.= openssl_encrypt('', $this->cipher_name_openssl_ecb, $this->key, true);
|
||||
$ciphertext.= openssl_encrypt('', $this->cipher_name_openssl_ecb, $this->key, true);
|
||||
}
|
||||
$plaintext = openssl_decrypt($ciphertext, $this->cipher_name_openssl, $this->key, $this->openssl_options);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user