mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 10:01:47 +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
|
||||
*/
|
||||
if (!class_exists('Crypt_RC4')) {
|
||||
require_once('Crypt/RC4.php');
|
||||
require_once('Crypt/RC4.php');
|
||||
}
|
||||
|
||||
/**
|
||||
* Include Crypt_AES
|
||||
|
Loading…
Reference in New Issue
Block a user