Merge branch 'QA_4_5'

This commit is contained in:
Marc Delisle 2015-09-05 12:21:26 -04:00
commit 93e4af9dd6

View File

@ -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';
}