diff --git a/libraries/plugins/auth/AuthenticationCookie.class.php b/libraries/plugins/auth/AuthenticationCookie.class.php index 20966fb28b..4cdf7628d8 100644 --- a/libraries/plugins/auth/AuthenticationCookie.class.php +++ b/libraries/plugins/auth/AuthenticationCookie.class.php @@ -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'; -}