Skip to content
Snippets Groups Projects
Commit d95fde39 authored by Vincent Petry's avatar Vincent Petry
Browse files

Removed comment

parent 1e4e0cfc
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment