Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5

This commit is contained in:
Weblate 2015-09-05 18:21:17 +02:00
commit e98b634c77

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