diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-24 13:02:06 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-27 13:01:18 +0200 |
commit | 27683f944289e7b37f20ec7d877ed295d5ca66a3 (patch) | |
tree | 83c7f72931cbdc6549816030bf8333a0ca9eef2d /tests | |
parent | e58029f8ad9ed4ddb1a68ea91e76e6a8d749fe27 (diff) | |
download | nextcloud-server-27683f944289e7b37f20ec7d877ed295d5ca66a3.tar.gz nextcloud-server-27683f944289e7b37f20ec7d877ed295d5ca66a3.zip |
fall back to the ownCloud default encryption module and aes128 if we read a encrypted file without a header
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/stream/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/stream/encryption.php b/tests/lib/files/stream/encryption.php index 0b34de8ae12..892491cbc32 100644 --- a/tests/lib/files/stream/encryption.php +++ b/tests/lib/files/stream/encryption.php @@ -44,7 +44,7 @@ class Encryption extends \Test\TestCase { return \OC\Files\Stream\Encryption::wrap($source, $internalPath, $fullPath, $header, $uid, $encryptionModule, $storage, $encStorage, - $util, $file, $mode, $size, $unencryptedSize); + $util, $file, $mode, $size, $unencryptedSize, 8192); } /** |