From b8c2e644cc689f7bcc1d9580eb83e5b352f9aa7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 10 Jul 2014 16:27:07 +0200 Subject: [PATCH] remove pointless require of Blowfish.php --- apps/files_encryption/tests/crypt.php | 1 - apps/files_encryption/tests/share.php | 1 - 2 files changed, 2 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'; diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index bb3d7505a5d..05365a0f6d0 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -20,7 +20,6 @@ * */ -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'; -- 2.39.5