Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-07-10 18:27:07 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-07-10 18:42:21 +0400
commitb8c2e644cc689f7bcc1d9580eb83e5b352f9aa7b (patch)
tree11a98722d692bf1530c04776d8d8b4b901d9c930 /apps/files_encryption/tests/crypt.php
parente391108ebc721524b62b0a6b2d770549876985f6 (diff)
remove pointless require of Blowfish.php
Diffstat (limited to 'apps/files_encryption/tests/crypt.php')
-rwxr-xr-xapps/files_encryption/tests/crypt.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php
index c28062a77e8..4c4b285d92b 100755
--- a/apps/files_encryption/tests/crypt.php
+++ b/apps/files_encryption/tests/crypt.php
@@ -7,7 +7,6 @@
* See the COPYING-README file.
*/
-require_once __DIR__ . '/../3rdparty/Crypt_Blowfish/Blowfish.php';
require_once __DIR__ . '/../../../lib/base.php';
require_once __DIR__ . '/../lib/crypt.php';
require_once __DIR__ . '/../lib/keymanager.php';