mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-14 10:53:09 +00:00
Fix for syntax error found by @bantu #r954245
This commit is contained in:
parent
73a45af6f9
commit
8d8b5e09dd
@ -102,7 +102,8 @@ if (!class_exists('Crypt_TripleDES')) {
|
|||||||
* Include Crypt_RC4
|
* Include Crypt_RC4
|
||||||
*/
|
*/
|
||||||
if (!class_exists('Crypt_RC4')) {
|
if (!class_exists('Crypt_RC4')) {
|
||||||
require_once('Crypt/RC4.php');
|
require_once('Crypt/RC4.php');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include Crypt_AES
|
* Include Crypt_AES
|
||||||
|
Loading…
Reference in New Issue
Block a user