Fixes #11463 Cannot redeclare class phpseclib\Crypt\AES
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
cd34ffab02
commit
a2898d760e
@ -876,11 +876,3 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
$this->storePasswordCookie($password);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* phpseclib
|
||||
*/
|
||||
if (! AuthenticationCookie::useOpenSSL()) {
|
||||
include PHPSECLIB_INC_DIR . '/Crypt/AES.php';
|
||||
include PHPSECLIB_INC_DIR . '/Crypt/Random.php';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user