Removed comment
This commit is contained in:
parent
1e4e0cfcd5
commit
d95fde3924
1 changed files with 0 additions and 2 deletions
|
@ -700,8 +700,6 @@ class OC_Mount_Config {
|
|||
* Returns the encryption cipher
|
||||
*/
|
||||
private static function getCipher() {
|
||||
// note: not caching this to make it thread safe as we'll use
|
||||
// a different IV for each password
|
||||
if (!class_exists('Crypt_AES', false)) {
|
||||
include('Crypt/AES.php');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue