diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-07-10 21:59:59 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-07-10 21:59:59 +0200 |
commit | 8dc3c3ed6af4afb4ddd6e196b97cafcf3245d377 (patch) | |
tree | 11a98722d692bf1530c04776d8d8b4b901d9c930 | |
parent | e391108ebc721524b62b0a6b2d770549876985f6 (diff) | |
parent | b8c2e644cc689f7bcc1d9580eb83e5b352f9aa7b (diff) | |
download | nextcloud-server-8dc3c3ed6af4afb4ddd6e196b97cafcf3245d377.tar.gz nextcloud-server-8dc3c3ed6af4afb4ddd6e196b97cafcf3245d377.zip |
Merge pull request #9569 from owncloud/fix-require-of-blowfish-master
[OC8] remove pointless require of Blowfish.php
-rwxr-xr-x | apps/files_encryption/tests/crypt.php | 1 | ||||
-rwxr-xr-x | apps/files_encryption/tests/share.php | 1 |
2 files changed, 0 insertions, 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'; |